JWT Authorizer | Keycloak | Invalid issuer

0

I am trying to configure keycloak as a JWT authorizer in HTTP API gateway but I am getting the below error.

The configured issuer URL is: https://ec2-52-210-8-38.eu-west-1.compute.amazonaws.com:8443/realms/DUS

Invalid issuer: https://ec2-52-210-8-38.eu-west-1.compute.amazonaws.com:8443/realms/DUS. Issuer must have a valid discovery endpoint ended with '/.well-known/openid-configuration'

Knowing that I can access the ".well-konwn" configuration normally

https://ec2-52-210-8-38.eu-west-1.compute.amazonaws.com:8443/realms/DUS/.well-known/openid-configuration

Nady
已提问 7 个月前292 查看次数
1 回答
0

The issuer URL must include the '/.well-known/openid-configuration' at the end. https://auth0.com/blog/securing-aws-http-apis-with-jwt-authorizers/#:~:text=The-,Issuer%20URL,-is%20the%20base

AWS
vtjean
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则