Client-id-restrictions (OneOf)#

Path: /profiles/profile{id, type}/settings/authorization-server/ephemeral-client/client-id-restrictions/client-id-restrictions

The domains that ephemeral clients may use as client IDs.

Subsections#

NameTypeDescription
allow-list SectionThe list of domains that will be allowed in Client IDs for ephemeral clients. All other domains will be denied. Supports wildcards at the start of the domain, e.g. *.domain.com.
deny-list SectionThe list of domains that will be denied in Client IDs for ephemeral clients. All other domains will be allowed. Supports wildcards at the start of the domain, e.g. *.domain.com.

Was this helpful?