Hi all,
I have added a contact in the contacts table and added all the webroles (multiple) to that contact. However, when the user tries to login with Azure AD credential, a screen with the following message shows up :

I only have AAD login for this site. Clicking the register button does nothing.
The use case is : The client has given me a list of employee names and emails along with the webroles for each user. At present, I need the user to login, this will create a record in the "Contacts" table. Then I need to go to that contact and assign the roles. During the time user logs in and I take to update their webrole, the user is not able to access the site as intended for the role. So my thinking was to create the contact with the role, so that the user can simply log in and the web role kicks in to show the site pages.
This would also be helpful when a new employee needs access to the site. I can add the contact and roles as part of on-boarding process so that the site according to the role is directly accessible.
Thanks
Jaco