Property reference

glide.oauth.oidc.blacklisted_metadata_urls

The glide.oauth.oidc.blacklisted_metadata_urls property specifies OIDC metadata URLs that restrict user claims and fields to 'email' only. Admins should configure this property to ensure compliance with their identity provider requirements, particularly for social login integrations.

Default: https://accounts.google.com/.well-known/openid-configuration Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property allows administrators to define a list of OIDC metadata URLs that enforce the use of 'email' as the user claim and field in the OIDC Provider Configuration.
What area does it affect? OIDC Provider Configuration
What does the default mean? The default value is "https://accounts.google.com/.well-known/openid-configuration", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring or updating OIDC providers, especially for social authentication scenarios.

Out of the box property record

Raw metadata from the property record.

Property name glide.oauth.oidc.blacklisted_metadata_urls
Sys ID fad2e9c473201010616ca9843cf6a7a4
Type string
Application Global
Default value https://accounts.google.com/.well-known/openid-configuration
Description This Property contains comma separated OIDC metadata (well known) urls, for which the user claim and user field should be 'email' only. In general this applies to all the Social Providers but admins may add any Metadata URL (comma separated) to this property, which they want the user claim and user field should be 'email' only in OIDC Provider Configuration record.
Updated 2024-05-25 03:39:14

Sources

Official references and nearby text excerpts where this property appears.