ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
36 stars 81 forks source link

Do you support OIDC .well-known/openid-configuration ??? #278

Open jradxl opened 2 years ago

jradxl commented 2 years ago

I have an instance running in Docker as per your docker-compose example. Excellent app. I can log in an create myself an application with Client ID and Secret - easy, thanks

But I cannot get my app to connect to keyrock... My Keyrock instance is http://192.168.6.50:3000/ My application then tries http://192.168.6.50:3000/.well-known/openid-configuration

My app is configured by this json

{
"type": "OIDC",
"name": "KeyRock1",
"clientID": "c0fa2637-SECRET-8f946c8bf496",
"clientSecret": "972e65f5-SECRET-2d781ee60070",
"configurationEndpoint": "http://192.168.6.50:3000",
"listenAddress": ":8000"
}

What Configuration Endpoint should I use?

josemacruz commented 2 years ago

The end point should be like this: http://192.168.6.50:3000/idm/applications/{application_Id}/.well-known/openid-configuration