Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This login handler is defined with the element <LoginHandler xsi:type="ExternalAuthn"> with the following required attributeattributes:

  • externalAuthnPath - context-relative path to the Filter, Servlet, or JSP used to interact with the external authentication system
  • supportsForcedAuthentication - indicates the external authentication system supports forced authentication (default value: false)
  • supportsPassiveAuthentication - indicates the external authentication system support passive authentication (default value: false)

...

Additionally the login handler must contain one or more <AuthenticationMethod> element whose content an elements that contain authentication method(s) serviced by the login handler.

...