Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] MSAL Java support for CIAM custom authority #732

Closed
bgavrilMS opened this issue Oct 19, 2023 · 1 comment
Closed

[Feature Request] MSAL Java support for CIAM custom authority #732

bgavrilMS opened this issue Oct 19, 2023 · 1 comment
Labels
Feature Request Request for new functionality

Comments

@bgavrilMS
Copy link
Member

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 bgavrilMS added the Feature Request Request for new functionality label Oct 19, 2023
@bgavrilMS bgavrilMS changed the title [Feature Request] Add support for CIAM custom authority [Feature Request] MSAL Java support for CIAM custom authority Apr 15, 2024
@Avery-Dunn
Copy link
Collaborator

Support added in #851 and released in 1.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants