...
The configuration for authentication of tia Core Status UI has to be made as application-wide setting, see tia Core Configuration Basics Application wide settings.
Configuring tia Status UI for Basic Authentication
...
registration of the application at the OAuth2 Authorization Server
configuration of these parameters in the application-Application wide - settings :
Code Block |
---|
webapp.security.auth.type=oauth2 |
...
webapp.security.auth.oauth2.authenticationEndpointUrl=<OAuth2 endpoint URL> |
...
webapp-security.auth.oauth2.clientId=<OAuth2 client id> |
...
webapp-security.auth.oauth2.redirectUrl=<local URL to /info/login-callback> |