Problem resolved : the Valid Redirect Url wasn'( correct 
Bad : https://192.168.99.100/*
Good https://192.168.99.100:8443/*

On Fri, May 20, 2016 at 7:14 PM, Charles Moulliard <cmoullia@redhat.com> wrote:
Hi 

I have configured Openshift + Keycloak as Identity Provider

This request which was working with version 1.9.2.Final


doesn't work anymore with 1.9.4.Final --> Invalid parameter: redirect_uri is displayed within the web browser

The server reports this error : 

19:09:34,964 WARN  [org.keycloak.events] (default task-5) type=LOGIN_ERROR, realmId=openshift, clientId=openshift, userId=null, ipAddress=192.168.1.80, error=invalid_redirect_uri, response_type=code, redirect_uri=https://192.168.99.100:8443/oauth2callback/keycloak, response_mode=query

Do we have to change something within the config (clientId, ...) ?

Regards,

Charles