Open
Description
I have a working SSO integration, and I would like to add functionality to inform users why they are not allowed to log in. From the authorizeUserUsing
method, I can utilize Filament notifications to display specific messages to the user. However, the default user-not-allowed
message continues to appear.
I would like to request the ability to customize or temporarily hide the default user-not-allowed
message when I show a custom notification. The default message is still useful for other error scenarios, so I prefer not to disable it entirely.
At the moment, I don't see a way to accomplish this from the published files in my project, and I believe this feature would add more flexibility to the authorizeUserUsing
method.
Thanks