Mercurial > lada > lada-server
comparison src/main/resources/openid.properties @ 574:b0d674240c29
Merged branch openid back to default.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 19 Mar 2015 14:28:44 +0100 |
parents | 81cdf448d2cf |
children |
comparison
equal
deleted
inserted
replaced
573:08084d754073 | 574:b0d674240c29 |
---|---|
1 # The name of the header field used to transport read OpenID | |
2 # parameters from the client | |
3 oid_header=X-OPENID-PARAMS | |
4 | |
5 # The URL of the identity provder | |
6 identity_provider=https://bfs-identity.intevation.de/openid/ | |
7 | |
8 # Session timeout in minutes | |
9 session_timeout_minutes=60 | |
10 | |
11 # Set this to false to disable the openID filter altogether | |
12 # doing this will disable authentication and authorization | |
13 # completely. Use this only for testing! | |
14 enabled=true |