blipson89 / Synthesis

Synthesis is a universal object mapper for Sitecore
MIT License
75 stars 25 forks source link

Access Denied message even though logged into Sitecore #90

Closed unstab1e closed 3 years ago

unstab1e commented 3 years ago

Issue I am currently having.

VS solution outside of webroot. I have used Synthesis before several times. Believe that I have config files set up properly. Using IdentityServer. When logged into Sitecore as admin, when I attempt to run the synthesis.aspx page I get an "Access Denied - You may need to sign in to Sitecore as an Administrator" message.

Synthesis will indicate number of differences and allow to sync.

Sitecore version 10.0, Synthesis version 9.1.0.2

blipson89 commented 3 years ago

Hi @unstab1e

did you remove the .disabled extension from this file:

https://github.com/blipson89/Synthesis/blob/master/Source/Synthesis/Standard%20Config%20Files/Synthesis.ControlPanel.IdentityServer.config.disabled

unstab1e commented 3 years ago

When I pulled Synthesis into my VS project using Nuget, this file did not come down with it. I manually added the .Config file and now Synthesis syncs.

Thank you.

blipson89 commented 3 years ago

glad to hear it!