You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a modified umbrella chart to setup the portal, idps, discovery finder (chart version: 0.3.1 - also tried 0.2.2) and so on. The Chart looks like this:
I assume that the token has not all scopes included because of the error message "insufficient_scope". Unfortunately, i was not able to receive a token with a different scope than "catena profile email"
Thanks for your support
The text was updated successfully, but these errors were encountered:
Setup
I am using a modified umbrella chart to setup the portal, idps, discovery finder (chart version: 0.3.1 - also tried 0.2.2) and so on. The Chart looks like this:
... and the part of values file about the discovery finder looks like this:
Current Behaviour
When I try to access endpoints of the API (e.g. POST http://semantics.tx.test/discoveryfinder/administration/connectors/discovery/search ) I always receive a response with status code 403 and the message "The request requires higher privileges than provided by the access token."
Desired Behaviour
I want to create and list endpoints via the API of the discovery finder with http calls
To Reproduce
According to the enum JwtRoles.java
It requires specific roles to consume the API. Therefore, I added the roles manually to the CX-Operator user of the umbrella setup:
Then I requested a jwt token from the central idp of the umbrella setup. The JWT token contains:
Finally i send a http request as follows:
The Response is:
I assume that the token has not all scopes included because of the error message "insufficient_scope". Unfortunately, i was not able to receive a token with a different scope than "catena profile email"
Thanks for your support
The text was updated successfully, but these errors were encountered: