Package su.onno.auth.spi


package su.onno.auth.spi
  • Class
    Description
    Describes how a user may authenticate, so the login screen can be composed server-side rather than hardcoded in the client.
    Additively contributes SSO options to the login screen, on top of whatever the single AuthMethodsProvider already offers.
    Supplies the AuthMethods for the running application.
    A single sign-on option offered on the login screen — typically one OIDC client registration, or an additive non-OIDC identity provider contributed by a connector (see AuthMethodsContributor).