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
Is it possible validate domain input before start authentication process?
For example if domain is empty or domain has not valid format:
/auth/google_apps?domain=
/auth/google_apps?domain=123
The text was updated successfully, but these errors were encountered:
Even if I will create own form and add validators - /auth/google_apps will be always opened for direct input.
Just enter in browser /auth/google_apps?domain=123 and all validations will be omitted!
Probably better place for validations is inside a Strategy.
Is this possible?
Hi!
Is it possible validate domain input before start authentication process?
For example if domain is empty or domain has not valid format:
/auth/google_apps?domain=
/auth/google_apps?domain=123
The text was updated successfully, but these errors were encountered: