You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add the oidc_no_permission_error_message filter hook to the AuthenticateHandler class to customize the error message when the current user has no permission?
In our case, we need to say which action a user needs to take to be able to login.
Would it be possible to add the
oidc_no_permission_error_message
filter hook to theAuthenticateHandler
class to customize the error message when the current user has no permission?In our case, we need to say which action a user needs to take to be able to login.
wp-openid-connect-server/src/Http/Handlers/AuthenticateHandler.php
Lines 79 to 82 in 3c5f3aa
Please, let me know if there is any other way to achieve it.
The text was updated successfully, but these errors were encountered: