-
Notifications
You must be signed in to change notification settings - Fork 347
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
WithTenantId
on CIAM authorities
#4208
Conversation
src/client/Microsoft.Identity.Client/ApiConfig/SystemWebViewOptions.cs
Outdated
Show resolved
Hide resolved
src/client/Microsoft.Identity.Client/AppConfig/AuthorityInfo.cs
Outdated
Show resolved
Hide resolved
src/client/Microsoft.Identity.Client/AppConfig/AuthorityInfo.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The method comment for AbstractApplicationBuilder.WithTenantId
needs to be updated to match the one here to clarify that WithTenantId
overwrites the authority tenant.
tests/Microsoft.Identity.Test.Unit/ApiConfigTests/AuthorityTests.cs
Outdated
Show resolved
Hide resolved
tests/Microsoft.Identity.Test.Unit/ApiConfigTests/AuthorityTests.cs
Outdated
Show resolved
Hide resolved
@pmaytak - no need to re-review, I pressed the button by mistake :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't review in much detail; skimmed for changes.
Fixes #4191