You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor changes
Added canParentManageNAATrustedOrigins capability to check if the parent can manage its list of trusted child origins for Nested App Auth (NAA). The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
Added getParentOrigin API to read the parent origin for nested app auth
Added support for ExternalAppCardActionsForDA capability.
Added support for isDeeplyNestedAuthSupported to check if deeply nested auth is supported.
Added manageNAATrustedOrigins capability which allows the top-level parent app to register its child app's origin as trusted for nested app auth. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
Added standalone nested app auth bridge for nested child app
Removed child messaging proxying by default to avoid security issues. If an app still needs this pattern, it can be activated through the feature flag function activateChildProxyingCommunication which enables child proxying for that app.
Bump eslint-plugin-recommend-no-namespaces to v0.1.0
Patches
Set a unique Teams-JS instance id when Teams-JS library is used and appended this unique id to message request sent to host sdk.