Hello,
I am working on a project where external IdPs are sending SAML claims to Okta, and Okta provisions users JIT with those claims.
Whoever, some claims contain personal information, and we need to cipher them in Okta.
We want to avoid asking any change request to the customer IdPs, for now they are sending those PI unciphered.
Is there a way to call an inline hook during the JIT provisioning process to call an external API with those claims, and cipher them, before they are stored in Okta?
Thanks!