You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have configured Keycloak Client as the Oauth Client(Requests as OpenId-connect)(frontend)
We are using Facebook as the Oauth Server(Responds as Oauth)(backend)
Trying to use SATOSA as a translate proxy
Code Version
Keycloak version - 3.4.3.Final
Satosa version - SATOSA-6.1.0
Expected Behavior
Expecting to login to my keycloak client in house after authentication from Facebook Oauth Server
Current Behavior
We are prompted with an error in keycloak logs that "Failed to make identity provider oauth callback: org.keycloak.broker.provider.IdentityBrokerException: No token from server."
Any request from keycloak client using OpenId-connect expects a token exchange in response, since we are here trying to use Oauth Server(Facebook).
Indicating it is expecting a token as a response from Satosa backend , and hence failing authentication
Possible Solution
Request you to help suggest how we configure a token as a response in addition to the response from Oauth server.
Any examples related to configuration of Satosa. When trying to translate between OpenID-connect and Oauth should be very useful.
Steps to Reproduce
The zip file containing our satosa config is attached for reference
Code Version
Expected Behavior
Expecting to login to my keycloak client in house after authentication from Facebook Oauth Server
Current Behavior
We are prompted with an error in keycloak logs that "Failed to make identity provider oauth callback: org.keycloak.broker.provider.IdentityBrokerException: No token from server."
Possible Solution
Steps to Reproduce
curl -X GET "https://graph.facebook.com/oauth/access_token?client_id={}&client_secret={}&grant_type=client_credentials"
Satosa.zip
The text was updated successfully, but these errors were encountered: