Log in on a application

Hi Team, i am new here and i am tried to use the keycloak to use on an application from office.

See this application not is develop for our own, and the application uses OIDC to do a SSO, problem is i dont know how to generate in keycloak the atributes to communicate with application.

The application uses the following atributes on OIDC
client ID
client secret
authorize URL
Token URL
redirect URL

Client ID and client secret i see the keycloak generates, but the other atributes.

Keycloak exposes an endpoint with all of the OpenID Endpoint Configuration information:

https:///auth/realms//.well-known/openid-configuration

authorization_endpoint: https:///auth/realms//protocol/openid-connect/auth
token_endpoint: https:///auth/realms//protocol/openid-connect/token