Skip to content

config properties saml properties identity_providers items

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

items Type

object (Details)

items Properties

Property Type Required Nullable Defined by
enabled boolean Optional cannot be null Config
name string Optional cannot be null Config
domain string Optional cannot be null Config
metadata_url string Optional cannot be null Config
skip_email_verification boolean Optional cannot be null Config
attribute_map object Optional cannot be null Config

enabled

enabled activates or deactivates the identity provider.

enabled

  • is optional

  • cannot be null

enabled Type

boolean

name

name is the name given for the identity provider.

name

  • is optional

  • cannot be null

name Type

string

domain

At login the domain will be extracted from the users email address and then used to identify the idp to use. This tag defines for which domain the idp is used.

domain

  • is optional

  • cannot be null

domain Type

string

metadata_url

metadata_url is the URL the API can retrieve IdP metadata from.

metadata_url

  • is optional

  • cannot be null

metadata_url Type

string

skip_email_verification

skip_email_verification determines whether the check if the email_verified attribute in the IdP response will be skipped.

skip_email_verification

  • is optional

  • cannot be null

skip_email_verification Type

boolean

attribute_map

attribute_map is a map of attributes used to map attributes in IdP response to custom attributes at Hanko.

attribute_map

  • is optional

  • cannot be null

attribute_map Type

object (attribute_map)

Clone this wiki locally