Annotation Interface SSO


  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Only redirect for SSO if the user has a cookie set
    boolean
    Only authenticate the user if they're already signed in.
  • Element Details

    • gateway

      boolean gateway
      Only 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 cookie
      Only redirect for SSO if the user has a cookie set
      Returns:
      whether to only SSO if the ALA-Auth cookie is present
      Default:
      false