Mercurial > lada > lada-server
comparison src/main/resources/openid.properties @ 547:f9f1edd30b33 openid
Get openid configuration from properties file and start on return url handling
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 27 Feb 2015 16:42:43 +0100 |
parents | |
children | 130e647078ea |
comparison
equal
deleted
inserted
replaced
546:b691c8697e6f | 547:f9f1edd30b33 |
---|---|
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://localhost:9443/openid/ | |
7 | |
8 # Session timeout in minutes | |
9 session_timeout_minutes=60 |