diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/resources/openid.properties	Fri Feb 27 16:42:43 2015 +0100
@@ -0,0 +1,9 @@
+# The name of the header field used to transport read OpenID
+# parameters from the client
+oid_header=X-OPENID-PARAMS
+
+# The URL of the identity provder
+identity_provider=https://localhost:9443/openid/
+
+# Session timeout in minutes
+session_timeout_minutes=60
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)