We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft.Identity.Web
3.7.1
Not Applicable
A bug introduced in 3.1.0 is during splitting of the authority. The condition will always be true here
This was originally brought up by @yzhoholiev in another issue but isn't relevant to the original post so creating this to track it.
Use a config that needs authority parsing
No response
N/A
This condition should actually switch on the presence of tenantId/instance rather than be always true
The text was updated successfully, but these errors were encountered:
JoshLozensky
Successfully merging a pull request may close this issue.
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
3.7.1
Web app
Not Applicable
Web API
Not Applicable
Token cache serialization
Not Applicable
Description
A bug introduced in 3.1.0 is during splitting of the authority.
The condition will always be true here
This was originally brought up by @yzhoholiev in another issue but isn't relevant to the original post so creating this to track it.
Reproduction steps
Use a config that needs authority parsing
Error message
No response
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
This condition should actually switch on the presence of tenantId/instance rather than be always true
The text was updated successfully, but these errors were encountered: