Dear All,
I have the below two urls in my project:-
Url1 - https://localhost:4443/register
Url2 - https://localhost:4443/register?scheme=tesco
If Url1 is used by a user while registration then we must verify the user with his email suffix (should have @tesco.com in the email address).
If Url2 is used then user is verified with his url query parameter (scheme=tesco) and then his email suffix can be anything (no restriction with email suffix)
I am struggling to make both the cases work together. Can someone please help me here. It would be of great help for me.