tracehubpm / pmo

Project registry, facilities and its home
MIT License
4 stars 0 forks source link

"We are sorry" on Keycloak after adding new OAuth2 on Swagger UI #67

Closed h1alexbel closed 8 months ago

h1alexbel commented 8 months ago
image

right after this form submitted, I got redirected to "We are sorry" on a Keycloak:

image
h1alexbel commented 8 months ago

@hizmailovich take a look, please

dukris commented 8 months ago

@h1alexbel On Swagger UI you need to provide client id and client secret of the current client (it's our app, not an identity provider), however according to your screenshot you are using the client id of github identity provider. So, I will add these creds to our .env file too, I will send you a new version.

dukris commented 8 months ago

By the way, I fixed some invalid configurations in Keycloak that can affect Swagger

dukris commented 8 months ago

image