Back to Node Auth0

Interface ConnectionAttributeMapOidc

docs/interfaces/management.Management.ConnectionAttributeMapOidc.html

5.9.11.5 KB
Original Source

Interface ConnectionAttributeMapOidc

Configuration for mapping claims from the identity provider to Auth0 user profile attributes. Allows customizing which IdP claims populate user fields and how they are transformed.

interface ConnectionAttributeMapOidc {
attributes?: ConnectionAttributeMapAttributes;
mapping_mode?: Management.ConnectionMappingModeEnumOidc;
userinfo_scope?: string;
}

Index

Properties

attributes?mapping_mode?userinfo_scope?

Properties

Optionalattributes

attributes?: ConnectionAttributeMapAttributes

Optionalmapping_mode

mapping_mode?: Management.ConnectionMappingModeEnumOidc

Optionaluserinfo_scope

userinfo_scope?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties attributesmapping_modeuserinfo_scope