-
Notifications
You must be signed in to change notification settings - Fork 357
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
[Bug] Log an error if ppl perform OBO over common or organizations #4606
Comments
As part of this we should also add a clear code snippet in our docs on how to do this:
|
Which client assertion are we referring to exactly? what we pass into WithClientAssertion or ClaimsPrincipal? |
Keeping issue open to track doc updates |
Were the docs updated? |
Closing - this was released in 4.60.0. Added an issue in the docs repo for the related updates: MicrosoftDocs/microsoft-authentication-library-dotnet#393 |
Library version used
4.58
.NET version
all
Scenario
ConfidentialClient - web api (AcquireTokenOnBehalfOf)
Is this a new or an existing app?
None
Issue description and reproduction steps
We keep getting issues related OBO + guest users.
Correct pattern is:
tid
claim from client assertioncloud/tid
to perform OBO onActual (wrong) pattern used by many is to use
cloud/common
to perform OBORelevant code snippets
No response
Expected behavior
No response
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
Log.Error similar to the one we put in client_credentials
The text was updated successfully, but these errors were encountered: