[keycloak-user] silentCheckSsoRedirectUri

Christophe Lehingue clehingue at gmail.com
Wed Sep 11 08:28:24 EDT 2019


Hello,

I use keycloak and it works fine.

I have a question about "on login: check-sso (plugin: js)".

Is there a way to prevent the page from loading 2 times in a row?

I tried with the silentCheckSsoRedirectUri

var initOptions = {
responseMode: 'query',
flow: 'standard',
checkLoginIframe: true,
onLoad: 'check-sso',
silentCheckSsoRedirectUri: 'https:
//www.mapage/identityserver-sample-silent.html'
};

But it does not seem to work (certainly that I do it wrong).

Can you help me ?

Regards,
Christophe



====== IN FRENCH =============================

BOnjour,

J'utilise keycloak et cela fonctionne correctement.

J'ai une question concernant "on login: check-sso (pluging : js) ".

Y' a t'il une possibilité d'empêcher la page de se charger 2 fois de suite ?

J'ai essayé avec le silentCheckSsoRedirectUri

var initOptions = {
 responseMode: 'query',
 flow: 'standard',
 checkLoginIframe: true,
 onLoad: 'check-sso',
 silentCheckSsoRedirectUri: '
https://www.mapage/identityserver-sample-silent.html'
};

Mais ça n'a pas l'air de fonctionner (certainement que je m'y prends mal).

Pouvez-vous m'aider ?

Cordialement,
Christophe


More information about the keycloak-user mailing list