Mercurial > lada > lada-server
comparison src/main/resources/openid.properties @ 554:81cdf448d2cf openid
Add option to completely disable the openIDFilter
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 13 Mar 2015 15:20:05 +0100 |
parents | 130e647078ea |
children |
comparison
equal
deleted
inserted
replaced
553:2b7c7f3e51b7 | 554:81cdf448d2cf |
---|---|
5 # The URL of the identity provder | 5 # The URL of the identity provder |
6 identity_provider=https://bfs-identity.intevation.de/openid/ | 6 identity_provider=https://bfs-identity.intevation.de/openid/ |
7 | 7 |
8 # Session timeout in minutes | 8 # Session timeout in minutes |
9 session_timeout_minutes=60 | 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 |