Class OidcAdminLoginResource

java.lang.Object
dev.getelements.elements.rest.auth.OidcAdminLoginResource

@Path("oidc/admin_login_providers") public class OidcAdminLoginResource extends Object
Publicly-accessible listing of OIDC providers offered as login options on the admin panel's login page. No authentication is required, since the caller has no session yet. See OidcSessionResource for the login flow itself, and OidcProviderConfigurationResource for the SUPERUSER-only CRUD API that sets a provider's adminLoginEnabled flag.
  • Constructor Details

    • OidcAdminLoginResource

      public OidcAdminLoginResource()
  • Method Details