Skip to content
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

"IDX10205: Issuer validation failed." on Azure Static Web App (Preview Environment) #1581

Open
ThomasLeumann opened this issue Nov 19, 2024 · 0 comments

Comments

@ThomasLeumann
Copy link

When visiting a Preview Environment, setup via github workflow from Pull Request, I receive this error on API endpoint.

{
    "code": 401,
    "message": "IDX10205: Issuer validation failed. Issuer: 'https://**********.centralus.5.azurestaticapps.net/.auth'. Did not match: validationParameters.ValidIssuer: 'https://***********.5.azurestaticapps.net/.auth' or validationParameters.ValidIssuers: 'null' or validationParameters.ConfigurationManager.CurrentConfiguration.Issuer: 'Null'. For more details, see https://aka.ms/IdentityModel/issuer-validation. "
}

I have configured api route with anonymous authentication, this is not occurring in Production with the same settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant