Hey everyone,
I’m running keycloak in dev mode via ubuntu server.
I allowed access to port 8080 on the ec2 security configurations, then runned the keycloak server via :
sudo ./kc.sh start-dev
. ( with admin as user )
I get this in the terminal : Keycloak 19.0.3 on JVM (powered by Quarkus 2.7.6.Final) started in 7.371s. Listening on: http://0.0.0.0:8080
After accessing the keycloak url on my browser I do this :
- Go to Realm Settings
- Click on [OpenID Endpoint Configuration ]
- Click on some url endpoint like this :
"authorization_endpoint": "http://***********:8080/realms/master/protocol/openid-connect/auth",
- I get the error
The error is :
- We are sorry… An internal server error has occurred for token_endpoint
- We are sorry…Invalid Request for authorization_endpoint
Is this related to configuration of OpenID Endpoint Configuration ?
Thanks