I have a webapp with two different logins. 1. Username-password 2. Social login with Google. For username-password, I get jwt and on API calls to my backend, I decode this using JWKs. For social login, I get a jwe.
Hi @dawid.matuszczyk thanks for quick reply. It looks like I am doing same thing as mentioned in the knowledge solution. And for username-password login, it works fine. However the issue is only in social login, where it gives jwe. Is there anything different that needs to be done for social login?
Hi @dawid.matuszczyk thanks for quick reply. It looks like I am doing same thing as mentioned in the knowledge solution. And for username-password login, it works fine. However the issue is only in social login, where it gives jwe. Is there anything different that needs to be done for social login?
Hi @dawid.matuszczyk , I checked your documentation link.The provided solution implies that we should toggle off JWE encryption.
Unfortunately that option is not displayed in my API access token settings.