You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met an oidc_handle_browser_back: browser back detected, redirecting to original URL, which I want to set the Header to Header always set Cache-Control "no-cache, no-store, max-age=0", are there anyway to set, I read the documents https://github.com/zmartzone/mod_auth_openidc/wiki/Caching, but still confused about the settings. The below is my config file, thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I met an oidc_handle_browser_back: browser back detected, redirecting to original URL, which I want to set the Header to Header always set Cache-Control "no-cache, no-store, max-age=0", are there anyway to set, I read the documents https://github.com/zmartzone/mod_auth_openidc/wiki/Caching, but still confused about the settings. The below is my config file, thank you
LoadModule auth_openidc_module /usr/lib/apache2/modules/mod_auth_openidc.so
OIDCProviderMetadataURL https://sts.windows.net/XXXXXXXXXXXXXXXXXd/.well-known/openid-configuration
AuthType openid-connect require valid-user Options Includes FollowSymLinks Order allow,deny Allow from all AllowOverride NoneOIDCClientID XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
OIDCClientSecret XXXXXXXXXXXXXXXXXXXXXXXX
OIDCRedirectURI http://localhost:8082/repo/
OIDCCryptoPassphrase alan7622222223434
Beta Was this translation helpful? Give feedback.
All reactions