Translations:Login Möglichkeiten/26/en: Unterschied zwischen den Versionen
Aus HITGuard User Guide
Weitere Optionen
Faha (Diskussion | Beiträge) Die Seite wurde neu angelegt: „=== Notes === * The `ClientId` and `ClientSecret` must be created individually for each OpenID Connect provider account. You can obtain these directly from Google or Microsoft when you register an application in the respective developer portal. * Make sure that the callback URL is configured correctly. This URL is used during the authentication process to receive the response from the provider. * If you want to use a custom claim to map to username, you m…“ |
(kein Unterschied)
|
Aktuelle Version vom 11. April 2025, 11:04 Uhr
Notes
- The `ClientId` and `ClientSecret` must be created individually for each OpenID Connect provider account. You can obtain these directly from Google or Microsoft when you register an application in the respective developer portal.
- Make sure that the callback URL is configured correctly. This URL is used during the authentication process to receive the response from the provider.
- If you want to use a custom claim to map to username, you must ensure that the OpenID Connect provider returns this claim via the ID token or the UserInfo endpoint and configure it accordingly in "appsetting.production.json".