0
votes

Please i'm trying to integrate keycloak with wso2 identity server and use it to authenticate to wso2 publisher.

identity server url:

https://localhost:9445/carbon

keycloak url :

http://localhost:8080/auth

wso2 publisher :

https://localhost:9443/publisher

keycloak config:

https://ibb.co/b714rqJ

identity server config:

https://ibb.co/k8vgZ5x

wso2am-2.6.0/repository/deployment/server/jaggeryapps/publisher/site/conf/site.conf configuration:

https://ibb.co/ZBmrZhj

error i get:

https://ibb.co/D13Tcjh

this is the warning i get:

is-as-km_1 | [2019-09-03 10:28:19,032] WARN {org.wso2.carbon.identity.oauth2.OAuth2Service} - Provided Callback URL does not match with the provided one.

1
Does this error occur after or before you have redirected to the key cloak? if before, pls update with the IS service provider configurationsenthalan

1 Answers

0
votes

WARN {org.wso2.carbon.identity.oauth2.OAuth2Service} - Provided Callback URL does not match with the provided one.

This warning is explanatory, I guess there is mismatch in the call back URL. You should specify same URL as redirectURI in site.json and as call back URL in service provider configuration in IS-KM.

This doc would be useful regarding this. This blog would be helpful in adding identity provider configurations.