Mercurial > lada > lada-server
annotate src/main/resources/openid.properties @ 1290:14876c62f692
Push down refreshing of persisted objects deeper into the stack.
There are more places besides creation of Probe objects where it is
useful to return within the response what has been really written to
the database (including modifications by the database itself) instead
of merely the request data, e.g. creation of Ort objects, which
includes database generated ort_ids.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 08 Feb 2017 18:02:05 +0100 |
parents | 81cdf448d2cf |
children |
rev | line source |
---|---|
547
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
1 # The name of the header field used to transport read OpenID |
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
2 # parameters from the client |
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
3 oid_header=X-OPENID-PARAMS |
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
4 |
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
5 # The URL of the identity provder |
549
130e647078ea
Configure publicly accessible identity provider url
Andre Heinecke <andre.heinecke@intevation.de>
parents:
547
diff
changeset
|
6 identity_provider=https://bfs-identity.intevation.de/openid/ |
547
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
7 |
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
8 # Session timeout in minutes |
f9f1edd30b33
Get openid configuration from properties file and start on return url handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
9 session_timeout_minutes=60 |
554
81cdf448d2cf
Add option to completely disable the openIDFilter
Andre Heinecke <andre.heinecke@intevation.de>
parents:
549
diff
changeset
|
10 |
81cdf448d2cf
Add option to completely disable the openIDFilter
Andre Heinecke <andre.heinecke@intevation.de>
parents:
549
diff
changeset
|
11 # Set this to false to disable the openID filter altogether |
81cdf448d2cf
Add option to completely disable the openIDFilter
Andre Heinecke <andre.heinecke@intevation.de>
parents:
549
diff
changeset
|
12 # doing this will disable authentication and authorization |
81cdf448d2cf
Add option to completely disable the openIDFilter
Andre Heinecke <andre.heinecke@intevation.de>
parents:
549
diff
changeset
|
13 # completely. Use this only for testing! |
81cdf448d2cf
Add option to completely disable the openIDFilter
Andre Heinecke <andre.heinecke@intevation.de>
parents:
549
diff
changeset
|
14 enabled=true |