Replies: 1 comment 3 replies
-
use the latest version from the Releases page |
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 Team,
I tried below configuration in Apache HTTP server
<Location /XYZ/reauth>
AuthType openid-connect
Require valid-user
Require claim acr:1
OIDCUnAuthAction auth
OIDCPathAuthRequestParams "prompt=login&acr_values=1"
got below error while starting Apache
Invalid command 'OIDCPathAuthRequestParams', perhaps misspelled or defined by a module not included in the server configuration
please let me know what I am missing here, I also added the entry in config file.
LoadModule auth_openidc_module modules/mod_auth_openidc.so
Beta Was this translation helpful? Give feedback.
All reactions