【发布时间】:2015-08-12 21:18:23
【问题描述】:
我们在我们的一个应用程序上使用 OpenID Connect,并使用 Apache 的 mod_auth_openidc 实现。有没有办法设置会话的到期时间?我们当前的配置如下所示:
OIDCProviderMetadataURL https://accounts.google.com/.well-known/openid-configuration
OIDCClientID XXXXXXXXXXXXXXXXX
OIDCClientSecret ZZZZZZZZZZZZZZZ
OIDCRedirectURI https://jZZZZZZZZ.com
OIDCCryptoPassphrase <password>
OIDCScope "openid email"
<Location />
AuthType openid-connect
require valid-user
Require claim hd:xxxxxx
</Location>
【问题讨论】:
标签: openid-connect mod-auth-openidc