Back to Node Auth0

Interface EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMap

docs/interfaces/management.Management.EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMap.html

6.0.02.0 KB
Original Source

Interface EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMap

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 EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMap {
attributes?: EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMapAttributes;
userinfo_scope?: string;
mapping_mode?: Management.EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMapMappingModeEnum;
}

Index

Properties

attributes?userinfo_scope?mapping_mode?

Properties

Optionalattributes

attributes?: EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMapAttributes

Optionaluserinfo_scope

userinfo_scope?: string

Scopes to send to the IdP's Userinfo endpoint

Optionalmapping_mode

mapping_mode?: Management.EventStreamCloudEventConnectionCreatedObject0OptionsAttributeMapMappingModeEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties attributesuserinfo_scopemapping_mode