Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adam Zimmer 5 posts 85 karma points
    Feb 10, 2016 @ 18:28
    Adam Zimmer
    0

    Give Google User Backoffice Permission

    Hi, I am having trouble authenticating Google users for back office. I have installed the Umbraco Identity Extension Nuget packages from https://github.com/umbraco/UmbracoIdentityExtensions and set everything appropriately.

    When I go to the backoffice login page I see the "Log in with google button", however when I click on it it always says access is denied:

    enter image description here

    I created a new user in backoffice with the gmail username and email address. Is there anything else I have to do to give the google user permission to log into back office? Here is what I'm seeing in fiddler -

    enter image description here

    I also have this provider settings in my UmbracoSettings.config, is it possible this is causing the problem?

    <providers>
    <users>
      <!-- if you wish to use your own membershipprovider for authenticating to the umbraco back office -->
      <!-- specify it here (remember to add it to the web.config as well) -->
      <DefaultBackofficeProvider>UsersMembershipProvider</DefaultBackofficeProvider>
    </users>
    

    Any help would be appreciated. Thanks!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies