package cs3.auth.registry.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service RegistryAPI

registry_api.proto:52

Auth Registry API The Auth Registry API is meant to as registry to obtain information of available auth providers. For example, to use OIDC or Kerberos for authentication. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. The following are global requirements that apply to all methods: Any method MUST return CODE_OK on a succesful operation. Any method MAY return NOT_IMPLEMENTED. Any method MAY return INTERNAL. Any method MAY return UNKNOWN. Any method MAY return UNAUTHENTICATED.

message ListAuthProvidersRequest

registry_api.proto:82

Used as request type in: RegistryAPI.ListAuthProviders, gateway.v1beta1.GatewayAPI.ListAuthProviders

message ProviderInfo

resources.proto:34

ProviderInfo provides the information about an authentication provider.

Used in: GetAuthProvidersResponse, ListAuthProvidersResponse