-
Notifications
You must be signed in to change notification settings - Fork 353
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 libraries provide routing information to CCS #2525
Comments
The gist of it is to add 2 headers:
We need to understand
|
A: it's fine, request will still be routed correctly, but it will take a bit longer.
A: I would say no, because they are encrypted by SSL and the username is anyway included in the payload (e.g. login_hint), but we can check with Privacy experts.
A: not currently supported, but may be in the future.
A: not supported. |
We can split this as follows:
|
Waiting for CCS to provide test environment |
Adding CCS routing info to /token endpoint after acquiring client info from the /authorize endpoint during auth code flow |
Tested end to end and it works as expected. |
Feature 1333541: [MSAL.NET] MSAL libraries provide routing information to CCS
CCS MSAL routing hint one pager - info available in epic
Stories:
WithExtraHttpHeaders(IDictionary<string, string>)
that allows confidential clients to send client_info forAcquireTokenByAuthorizationCode
andOBO
[M]WithExtraHttpHeaders
- included in 1.14 releaseThe text was updated successfully, but these errors were encountered: