Replies: 2 comments 3 replies
-
Hi @tzssangglass, could you please have a look at this question? 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know much about the openid-connect plugin process, do you need to verify the validity of the JWT in APISIX? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I an trying to configure openid auth for a RestAPI and we are using https://github.com/libregraph/lico as the oidc provider. Currently lico does not support introspection endpoints, so before starting to implement it I looked at it together with a developer and found that
apisix/apisix/plugins/openid-connect.lua
Line 182 in 042ce5c
I am configuring the route in the following way:
Tracing the lua script showed that the function in
apisix/apisix/plugins/openid-connect.lua
Lines 182 to 214 in 042ce5c
if conf.use_jwks or conf.public_key then
along with setting"use_jwks": true
in our route configuration. This made the login succeed for us.The question is now:
I am not the biggest developer myself and hope that I have made my case clear enough. If not please let me know.
Beta Was this translation helpful? Give feedback.
All reactions