Help Needed: Disabling ID Token Encryption for a Client #307
-
Hello Fief Community, I've encountered an issue with ID token encryption in Fief and need some assistance. Recently, I enabled the ID token encryption feature for a specific client in the Fief admin panel. However, now I am unable to disable this feature for the same client. I have tried looking through the documentation and revisiting the settings in the admin panel, but haven't had any luck. The option to disable the encryption doesn't seem to be available, or I might be missing something. Has anyone else faced this issue? If so, how did you manage to resolve it? Any guidance or suggestions would be greatly appreciated. I'm looking to understand if this is a common issue and if there are any specific steps I need to follow to disable the ID token encryption. Thank you in advance for your help! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bingyulee 👋 Unfortunately, there is no way to disable ID Token Encryption on a Client once it's enabled. The most straightforward solution is to re-create a new Client. Another tricky solution, if you have directly access to the SQL database is to set the |
Beta Was this translation helpful? Give feedback.
Hi @bingyulee 👋
Unfortunately, there is no way to disable ID Token Encryption on a Client once it's enabled. The most straightforward solution is to re-create a new Client.
Another tricky solution, if you have directly access to the SQL database is to set the
encrypt_jwk
column toNULL
in thefief_clients
table.