Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.
Version vom 11. April 2025, 11:04 Uhr von 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…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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".
Inhaltsverzeichnis