Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i have a Qlik Sense Enterprise on prem server and i'm using it with OIDC authentication,
over it i built a mashup that need to interact with a thirdy party service which requires the id token, is there a way to retrieve that from Qlik Sense and not only some part of the decoded claims?
Thanks
Hello,
Qlik Sense requests the ID token from the Identity provider and processes it directly. It's not saved anywhere on disk so you cannot get it from Qlik Sense.
The third party service would need to request it directly from the Identity provider.
Hello,
Qlik Sense requests the ID token from the Identity provider and processes it directly. It's not saved anywhere on disk so you cannot get it from Qlik Sense.
The third party service would need to request it directly from the Identity provider.
Is this still the case? Qlik Sense on Windows does NOT support the oidc userinfo endpoint?
Hello @Gysbert_Wassenaar
Yes, this is still the case, Qlik Sense on Windows solely reads from the ID token and does not make use of the userinfo endpoint.