Question
In DEPLOYMENT.md the following scopes are specified as required:
read:branding, update:branding, read:prompts, update:prompts, read:custom_domains
however, when updating a screen I'm getting:
▸ Failed to switch the rendering mode for the prompt - login-password, screen - login-password : 400 Bad Request: Bad HTTP authentication header format.
The call is successful when I add all the scopes to the client. Could you update the documentation, with all the required scopes?
Using the auth0 cli to do the call.
auth0 ul customize --rendering-mode advanced --prompt "$PROMPT_NAME" --screen "$SCREEN_NAME" --settings-file "$SCREEN_SETTINGS_FILE"
Br. Jakob
Question
In
DEPLOYMENT.mdthe following scopes are specified as required:read:branding,update:branding,read:prompts,update:prompts,read:custom_domainshowever, when updating a screen I'm getting:
▸ Failed to switch the rendering mode for the prompt - login-password, screen - login-password : 400 Bad Request: Bad HTTP authentication header format.The call is successful when I add all the scopes to the client. Could you update the documentation, with all the required scopes?
Using the auth0 cli to do the call.
Br. Jakob