#OIDC
1 messages ยท Page 1 of 1 (latest)
Hello @spring zinc , could you please try the PERMIFY_AUTHN_OIDC_ISSUER and PERMIFY_AUTHN_OIDC_CLIENT_ID?
got a new error now:
thanks for the quick response by the way! ๐
I double checked that the client-id and the issuer url I provided there are correct.
it is funny, I need to add a / at the end of the issuer. but it works now ๐
it is due to the weird issuer from auth0. thanks for your support, Tolga!
You're welcome, hong!
By the way, we are going to create a list for the environment variables in the docs. I'll share it to you
thanks Tolga! I am now struggling with another issue with the token validation. i am always getting the following error response with a valid token in the header. is there any way to debug this or see more details logs?
"code": 1002,
"message": "unauthenticated",
"details": []
}```