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
CIAM will support custom authorities, which will require MSAL to perform OIDC discovery of the endpoints.
Blocked until we have a test environment.
Proposed solution
Recommendation is for MSAL to add support to WithGenericAuthority for user flows (consider renaming to WithOidcAuthority).
Since this is a general-purpose mechanism, we should also try to use a non-Microsoft authority, such as Facebook or Google. Concern is that client_info missing will mess up token caching logic
Alternatives
No response
The text was updated successfully, but these errors were encountered:
bgavrilMS
changed the title
[Feature Request] Add support for CIAM custom authority
[Feature Request] MSAL Java support for CIAM custom authority
Apr 15, 2024
MSAL client type
Public, Confidential
Problem Statement
CIAM will support custom authorities, which will require MSAL to perform OIDC discovery of the endpoints.
Blocked until we have a test environment.
Proposed solution
Recommendation is for MSAL to add support to WithGenericAuthority for user flows (consider renaming to WithOidcAuthority).
Since this is a general-purpose mechanism, we should also try to use a non-Microsoft authority, such as Facebook or Google. Concern is that client_info missing will mess up token caching logic
Alternatives
No response
The text was updated successfully, but these errors were encountered: