Jwt Authorizer with issuer in internal network

0

JWT Authorizer with issuer in internal network

I having 2 environment setting one is public another one is internal network.

For internal network got problems like this Invalid issuer: https://internal.something.com/op. Issuer must have a valid discovery endpoint ended with '/.well-known/openid-configuration'

But for Publics issuer is working fine example https://publics.something.com/op

How to make it work with internal issuer.

1개 답변
0

Is your internal issuer able to be called over the internet? Sounds like the authorizer can't call back to it to get the well known configuration in order to then perform the token verification.

답변함 2년 전
  • No it not able call from internet only from internal network and we link with internal VPC too but still not success, so not sure how solve this.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠