-
DescriptionIn the Issue/EnhancementCurrently it is only checking if the passed object is of type User and that the user exists. But how can I customize this logic For example, if the users are coming from another website, and only those users who have performed an action on that website should be allowed to login on the current website. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@rohit-uf I moved your question to the Q&A Discussion area as this is not an Issue. To answer your question there are many Hooks present in the plugin, some being there to handle special logic like you are asking. https://github.com/oidc-wp/openid-connect-generic/wiki/Hooks---Actions-&-Filters |
Beta Was this translation helpful? Give feedback.
@rohit-uf I moved your question to the Q&A Discussion area as this is not an Issue.
To answer your question there are many Hooks present in the plugin, some being there to handle special logic like you are asking.
https://github.com/oidc-wp/openid-connect-generic/wiki/Hooks---Actions-&-Filters