Skip to main content
Version: latest

Returns a list of supported sso logins

GET 

/v1/auth/sso/logins

Returns a list of supported sso logins and their authentication mechanism

Request

Query Parameters

    org string

Responses

(empty)

Schema

  • Array [

  • displayNamestring

    Describes the display name for the sso login

    logostring

    Describes the url path for the sso login

    namestring

    Describes the processed name for the sso login

    redirectUristring

    Describes the sso login url for the authentication

  • ]

Loading...