"auth":{ "customOpenIdConnectProviders": { "myProvider": { "registration": { "clientIdSettingName": "ENTRA_ID", "clientCredential": { "clientSecretSettingName": "ENTRA_SECRET" }, "openIdConnectConfiguration": { "wellKnownOpenIdConfiguration": "https://login.microsoftonline.com/<tenant id>/v2.0/.well-known/openid-configuration" } }, "login": { "nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", "scopes": [], "loginParameterNames": [] } } }