thiagoelg opened a new pull request, #2961: URL: https://github.com/apache/incubator-kie-tools/pull/2961
Introduces new optional fields to configure the OpenID Connect parameters when connecting to a secured runtime: - **Client ID**: Overrides the Client ID used for this connection. Defaults to the value of the `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_OIDC_CLIENT_CLIENT_ID` environment variable. - **Scope**: Overrides the scopes requested to the Identity Provider. Useful from some Identity Providers that will only grant a Refresh Token if the `offline_access` scope is included. Defaults to `openid email profile`. - **Audience**: This is the `audience` parameter in the Authorization request. Used to identify the service that the token is intended for. Empty by default. Also in this PR: - Fixes to the login redirect page, improving the experience when errors occur. - Adds support for authentications without refresh_token, keeping the access_token available while it's still valid. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
