{
“error”: “security/Unauthorized”,
“message”: “Full authentication is required to access this resource”,
“info”: " unavailable link"
}
my tenant id is : env658352 and my auth is in this form : base64 encoded tenant/username:password
i also tried base64 encoded username:password
edit : the tenant/username:password are from another user that i created because i couldn’t do it with the primary account as it is “managed through your authorization server”
Easiest would be indeed to use Postmans User/Pass Fields
When not using that, make sure you are using as Authentication Header “Authorization: Basic {base64 encoded tenant/user:password}”. I see you did not set the "Basic " in front of your base64-auth above
Is the tenant using SSO? If yes, note that your SSO User/Pass won’t work with Postman.