Mx8 Hybrid offline SSO with OIDC

2
Hi all, I'm currently having problems to setup SSO with OIDC in a hybrid offline app. We've managed to finish the sign-in at the Idp and forward back to the application via custom url scheme. The OIDC process is kicked off and manages to generate a TokenInformation object linked to the correct user. The step that is not working is to pass the token from the TokenInformation into the session of the hybrid app. I've tried implementing the same pattern as it is used for SAML (mx.session.tokenStore.set(...)) but I'm still stuck with the anonymous session that is created by the runtime upfront and cannot get a session linked to the token. any ideas how to get this working? regards, Fabian
asked
0 answers