You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pattern we use for that currently is to use Keycloak to store a generated login/password for a learner, then use that to generate/fetch the public/private keypair of the learner in CaSS.
Keycloak variable stores for users aren't large enough to store a public-private keypair, otherwise, we would just store one in there. I suppose we could use multiple variables and concat over them.
This pattern requires a wrapper page to connect to keycloak, log in, and pass the keypair into a VLRC iframe. See
/src/main/webapp/js/page/cass-ui-vlrc-exp-ctr.js for key passing stuff.
/src/main/webapp/js/page/cass-ui-login.js for SSO/Keycloak integration
We are trying to integrate this VLRC with in an ecosystem that leverages key cloak for SSO. is this currently a function supported by the VLRC?
The text was updated successfully, but these errors were encountered: