Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

G-suite issue logging in #55043

Closed
ncagney opened this issue May 18, 2020 — with docs.microsoft.com · 9 comments
Closed

G-suite issue logging in #55043

ncagney opened this issue May 18, 2020 — with docs.microsoft.com · 9 comments

Comments

Copy link

ncagney commented May 18, 2020

Hello I am getting the below error after trying to sign-up and entering the verification with a partner we work with that is using Microsoft Azure as a customer portal.

We cannot create a self-service Azure AD account for you because G-SUITE MANAGED EMAIL has disabled self-service account sign-up by email validation. Ask G-SUITE MANAGED EMAIL's admin to enable EmailVerified users or create an account for you.

I am the organisation's G-suite Admin, with moderate IT abilities, but neither our partner who runs the Azure portal or myself have found an answer as of May 2020.

Any help would be appreciated.

Thank you,
Nathan


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@SumanthMarigowda-MSFT-zz
Copy link
Contributor

@ncagney Thanks for your question. We are checking on this and will respond to you soon.

@SaurabhSharma-MSFT
Copy link
Contributor

@ncagney can you please provide more details at which step you are getting this error ?

@ncagney
Copy link
Author

ncagney commented May 19, 2020

Thank you. I get the error after using the link sent to me, then choosing a username and password, then I am sent the verification code, after I enter the verification code is when the error code happens

@SaurabhSharma-MSFT
Copy link
Contributor

@ncagney Can you please check if External Collaboration settings are correct.
Please follow the below steps -

  1. Got to Azure portal and click Azure Active directory in the left pane.
  2. Under Manage, click User settings.
  3. Under External users, click Manage External collaboration settings.
    image

If the above is correct then can please make sure that users joining via email is allowed on the backend. You can do that with PowerShell as per the instructions provided in this Microsoft document. Steps are listed as below -

  1. You will fist have to make sure you've installed the MSOnline module by running this command in PowerShell: Install-Module MSOnline
  2. Then connect to PowerShell with the Global Administrator account of the tenant where the user is being invited to, use this command: Connect-MsolService
  3. After connecting to PowerShell, you have to run the following command :
    Set-MsolCompanySettings -AllowEmailVerifiedUsers $true -AllowAdHocSubscriptions $true

Please let me know what the outcome is.

@ncagney
Copy link
Author

ncagney commented May 20, 2020

Thank you for continuing to look into for me. As the end user trying to access another companies Azure portal, I do not have access any Microsoft or Azure, strictly Google's G-suite Admin Console.

@ncagney
Copy link
Author

ncagney commented May 20, 2020

In looking into more with someone that knows our organisation; it looks like our domain is already tied to an unused Office 365 instance setup by someone who has left the organisation, which I need to figure out to get access to do anything with. Thank you though for your help and our time looking into!

@SaurabhSharma-MSFT
Copy link
Contributor

@ncagney Anytime !!. We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.

@hedmah
Copy link

hedmah commented Dec 17, 2020

Hello I am getting the below error after trying to sign-up and entering the verification with a partner we work with that is using Microsoft Azure as a customer portal.

We cannot create a self-service Azure AD account for you because G-SUITE MANAGED EMAIL has disabled self-service account sign-up by email validation. Ask G-SUITE MANAGED EMAIL's admin to enable EmailVerified users or create an account for you.

I am the organisation's G-suite Admin, with moderate IT abilities, but neither our partner who runs the Azure portal or myself have found an answer as of May 2020.

Any help would be appreciated.

Thank you,
Nathan

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

How was this solved in the end?

@ncagney
Copy link
Author

ncagney commented Dec 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants