Skip to main content

OidcApplicationType

The type of OIDC application.

Refer to application_type in https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata

enum OidcApplicationType {
native
web
}

Values

OidcApplicationType.native

Native Clients MUST only register redirect_uris using custom URI schemes or loopback URLs using the http scheme; loopback URLs use localhost or the IP loopback literals 127.0.0.1 or [::1] as the hostname.

reference

OidcApplicationType.web

Web clients must register redirect_uris using the https scheme, unless the VO instance has dev tools enabled, where http:localhost may be used.

Member Of

OidcClient object ● OidcClientInput input ● OidcClientWhere input