Package au.org.ala.web
Annotation Interface SSO
-
Optional Element Summary
Optional Elements
-
Element Details
-
gateway
boolean gatewayOnly authenticate the user if they're already signed in. Non-authenticated users will be returned to the app with no current principal.- Returns:
- whether to use "gateway" authentication for this request
- Default:
- false
-
cookie
boolean cookieOnly redirect for SSO if the user has a cookie set- Returns:
- whether to only SSO if the ALA-Auth cookie is present
- Default:
- false
-