Replies: 2 comments
-
you'll need to configure a shared caching mechanism, see: https://github.com/OpenIDC/mod_auth_openidc/wiki/Caching |
Beta Was this translation helpful? Give feedback.
-
Hello @zandbelt , I need to use this directory as common shared file cache storage for other instances. How we can do that ? I wanted like below . Also how to configure this directory in another instance oidc configuration. Could you please help us with examples ? |
Beta Was this translation helpful? Give feedback.
-
Hello
I have two apache instances behind proxy for OIDC. Each one works fine when handled separately but when I configure it to a load balancer together.
the authentication keeps looping and returns 400
<VirtualHost *:80>
OIDCClientID myclient-id
OIDCClientSecret XXXXXXXXXXXXXXXXXXXXXXXXXX
OIDCProviderMetadataURL https://auth.example.com/.well-known/openid-configuration
OIDCProviderAuthorizationEndpoint https://auth.example.com/oAuth2/authorize?values=L4
OIDCRedirectURI /redirect_uri
OIDCCryptoPassphrase xxxxxxxxxxxx
Can you please help/guide me on this issue
Beta Was this translation helpful? Give feedback.
All reactions