The page keeps redirecting/reloading back to redirect uri then to requested page #910
Unanswered
singhshubhjeet
asked this question in
Q&A
Replies: 1 comment 3 replies
-
why use |
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
-
I have a loadbalancer in front of two servers where mod_auth_openidc-2.4.11.2-1.el7 is installed with below config file
LoadModule auth_openidc_module modules/mod_auth_openidc.so
OIDCProviderMetadataURL XXX/oauth2/.well-known/openid-configuration
OIDCClientID XXX
OIDCClientSecret XXX
OIDCScope "openid profile"
OIDCRedirectURI /redirect_uri/
OIDCCacheEncrypt On OIDCCacheShmEntrySizeMax 65536OIDCCryptoPassphrase XXX
OIDCResponseType "id_token"
AuthType openid-connect
Require valid-user
When I try to access the url of individual server it works fine, but when I try to access it using loadbalancer url it keeps on looping on the same page. It works only for 1 out of 10 tries
Could you please help us understand why it works for the individual server url but not working with loadbalancer in place and how can we resolve this issue ?
Beta Was this translation helpful? Give feedback.
All reactions