react-oidc-context icon indicating copy to clipboard operation
react-oidc-context copied to clipboard

Keycloak issue with init

Open thareekanvarm opened this issue 1 year ago • 2 comments

When i use init im using two parameters how can i acheive on this

keycloakInstance.init({ onLoad: "check-sso", checkLoginIframe: false })

i want to know how can i use this two

({ onLoad: "check-sso", checkLoginIframe: false })

thareekanvarm avatar Oct 28 '24 09:10 thareekanvarm

Im using keycloak on my react web app i want to share the credential to my chrome extension also ..so how can i acheieve that with this package

thareekanvarm avatar Oct 28 '24 10:10 thareekanvarm

This package, react-oidc-context, is meant to be used with oidc-client-ts.

Not the Keycloak JavaScript adapter, which your snippet seems to be using.

zach-betz-hln avatar Oct 28 '24 13:10 zach-betz-hln