Hi Team, when I create an Ory actions and use OIDC to sign in customers using G-Sign In in the registration flow I am able to get the odic claim with the id token with the context of the action. But in settings flow when a user links their account to any social provider I am not getting the id token in the context. I am able to get this using the following API in postman : *https://<project_name>.
projects.oryapis.com/admin/identities/<user_id>?include_credential=oidc* when I use
include credentials. How can I get this data in Ory actions to deny any account linking depending upon the JSON data in the ID token returned by the OIDC provider.