Is it possible for APISIX’s OIDC plugin to manage groups? if not, can I do it oauth2-proxy
to secure my application?
#12106
-
Authentication/Authorization Flow (in case that it is not possible only with OIDC) nitial Request:
OIDC Authentication:
Group-based Authorization:
Access Decision:
Backend Access:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The APISIX OIDC plugin does not natively support managing group membership claims. However, you can use In your described flow, after APISIX completes the OIDC authentication, it can forward the request to This setup allows you to leverage To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
We resolved the issue using APISIX
forward-auth
plugin andserverless-post-function
plugin intercepts authentication failures and redirects users to the OAuth login page.Authentication Flow
If authentication is valid: