Replies: 1 comment 1 reply
-
you'll need to add "openid" yourself if you modify the default |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm able to set OIDCSCope to any value and it's in line with the docs:
mod_auth_openidc/auth_openidc.conf
Line 140 in 44ede94
If nothing is set "bare minimum" scope "openid" will be added by the module.
However, if you set OIDCScope to any value(s) and won't include "openid" scope - module accepts such configuration but generates runtime errors on every response validation:
mod_auth_openidc/src/proto.c
Line 2737 in 44ede94
Should the module fall back to OAuth if "openid" scope is not set deliberately or is it purposed to handle only OIDC flows and I should always add "openid"?
Best regards,
Arek Wojtczak
Beta Was this translation helpful? Give feedback.
All reactions