FusionAuth / fusionauth-containers

Container definitions for docker, kubernetes, helm, and whatever containers come next!
https://fusionauth.io/
213 stars 68 forks source link

Wrong issuer in openid-configuration file #100

Open mvn-dungphan-hn opened 1 month ago

mvn-dungphan-hn commented 1 month ago

For self host, wrong issuer in http://localhost:9011/.well-known/openid-configuration make error when we are trying to create a connection to identity provider. It makes error "oidc: issuer did not match the issuer returned by provider, expected %q got %q"

mooreds commented 1 month ago

You can change the issuer in the tenant settings: https://fusionauth.io/docs/get-started/core-concepts/tenants#general or via API.