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
Which version of Microsoft Identity Web are you using? Note that to get help, you need to run the latest version.
1.12.0
Where is the issue?
Is this a new or an existing app? Sample app in development.
Repro
"B2C": { "Instance": "https://login.microsoftonline.com/tfp/", //"Instance": "https://mrochonb2cprod.onmicrosoft.com", "TenantId": "cf6c572c-c72e-4f31-bd0b-75623d040495", "Domain": "mrochonb2cprod.onmicrosoft.com", "ClientId": "5e976aba-65ee-4185-8fdc-d317f7c34959", "RedirectUri": "https://b2crestapis", "SignUpSignInPolicyId": "B2C_1_BasicSUSI" }
Expected behavior Issuer should be accepted as valid
Actual behavior Error: Microsoft.IdentityModel.Tokens.SecurityTokenInvalidIssuerException: IDW10303: Issuer: 'https://mrochonb2cprod.b2clogin.com/cf6c572c-c72e-4f31-bd0b-75623d040495/v2.0/', does not match any of the valid issuers provided for this application.
Possible solution Will experiment with TokenValidationParameters as per some other bugs mentioned here.
Additional context / logs / screenshots Add any other context about the problem here, such as logs and screenshots.
The text was updated successfully, but these errors were encountered:
@mrochon : would you mind trying the following configuration:
"Instance": "https://mrochonb2cprod.b2clogin.com",
Sorry, something went wrong.
Yes, that worked. No errors. Thanks.
Thanks for confirming, @mrochon
No branches or pull requests
Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
1.12.0
Where is the issue?
Is this a new or an existing app?
Sample app in development.
Repro
Expected behavior
Issuer should be accepted as valid
Actual behavior
Error: Microsoft.IdentityModel.Tokens.SecurityTokenInvalidIssuerException: IDW10303: Issuer: 'https://mrochonb2cprod.b2clogin.com/cf6c572c-c72e-4f31-bd0b-75623d040495/v2.0/', does not match any of the valid issuers provided for this application.
Possible solution
Will experiment with TokenValidationParameters as per some other bugs mentioned here.
Additional context / logs / screenshots
Add any other context about the problem here, such as logs and screenshots.
The text was updated successfully, but these errors were encountered: