Open ChakshuGautam opened 3 years ago
I see registry_1 | 15:47:02.370 [http-nio-8081-exec-4] DEBUG org.apache.http.wire:73 - << "HTTP/1.1 400 Bad Request[\r][\n]"
for the token request, please check the realm configuration, redirect URL, origin etc.
API uses jwt in header as Authorization bearer, and that is working (verified).
I was able to install both the OpenSABER using the following steps
mvn clean install
sunbird
, client calledsunbird
, and a user calledsunbird
with a sample password.keycloak
to fix theredirect_url
which would bekeycloak:8080...
http://localhost:8081/sso/login
.env
fileI am currently facing an issue with keycloak unable to authenticate. The
/sso/login
route redirects to keycloak, I am able to login and get the auth token, then the auth token fails to get verified. Sharing the logs from keycloak and registry.