[Progress Communities] [Progress OpenEdge ABL] Forum Post: You are not authorized to 'View {0}' ('PageTemplates') when using Postman for Http-Request

  • Thread starter Thread starter Kaibear
  • Start date Start date
Status
Not open for further replies.
K

Kaibear

Guest
I have created a web service to create users and roles which get permissiosn to all sorts of modules assigned. One of these is the templates module. As we run several dozen pages with Sitefinity, I rolled out this service to each instance. Now, I want to do a HTTP-Request loop via Postman to execute my requests. Works fine until the code block for templates is reached. When reaching this, I get an Internal Server Error stating "You are not authorized to 'View {0}' ('PageTemplates')". However, this does only occur with Postman, not by using Chrome for example. Though, I use the very same credentials for the backend access. In Postman, I create a token via /Sitefinity/Authenticate/OpenID/Connect/Token and store this and use this token as a bearer token for the http-GET for my service. The Identity client setup in the settings for token retrival is set as in the Sitefinity documentation to be enabled to have access to all scopes. What am I missing here?

Continue reading...
 
Status
Not open for further replies.
Back
Top