microsoft-authentication-library-for-java icon indicating copy to clipboard operation
microsoft-authentication-library-for-java copied to clipboard

[Feature Request] MSAL Java support for CIAM custom authority

Open bgavrilMS opened this issue 2 years ago • 0 comments
trafficstars

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

bgavrilMS avatar Oct 19 '23 14:10 bgavrilMS