Translations:Login Möglichkeiten/20/en
Aus HITGuard User Guide
Weitere Optionen
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).