Translations:Login Möglichkeiten/20/en: Unterschied zwischen den Versionen
Aus HITGuard User Guide
Weitere Optionen
Faha (Diskussion | Beiträge) Die Seite wurde neu angelegt: „=== Steps for configuration === # Add the configuration in the "appsettings.production.json" file. # Make sure to use the correct "ClientId", "ClientSecret" and "Authority" for each provider. This information is different for each OpenID Connect provider and must be configured according to the respective providers. In addition, a corresponding unique "CallbackPath" must be defined for each provider, as well as a "Name" that is used for the login button. #…“ |
(kein Unterschied)
|
Aktuelle Version vom 11. April 2025, 11:02 Uhr
Steps for configuration
- Add the configuration in the "appsettings.production.json" file.
- Make sure to use the correct "ClientId", "ClientSecret" and "Authority" for each provider. This information is different for each OpenID Connect provider and must be configured according to the respective providers. In addition, a corresponding unique "CallbackPath" must be defined for each provider, as well as a "Name" that is used for the login button.
- Set the setting "OpenIdConnect.Enabled" to "true" so that the providers can actually be used.
- Important Restart the application after changing the configuration by doing this via the IIS Manager (ideally with "stop" and "start", as "restart" sometimes does not restart the application completely).