Hi Stephanie,
This is the first thing I tried, however either I am doing it incorrectly or there’s something that I have missed.
The data field I used is the following: --data '{ "login": { "description": "Hello World" } }'
I have tried 3 urls:
-
https://<tenant_name or our actual domain name>.auth0.com/api/v2/prompts/login/custom-text/en
response: {"statusCode":401,"error":"Unauthorized","message":"Bad audience: https://<tenant_name or our actual domain name>.us.auth0.com/api/v2/"}
-
https://localhost.auth0.com/api/v2/prompts/login/custom-text/en
response: {"statusCode":401,"error":"Unauthorized","message":"Bad audience: https://<tenant_name>.us.auth0.com/api/v2/"}
-
https://<tenant_name>.us.auth0.com/api/v2/prompts/login/custom-text/en
response: {"login":{"description":"Hello World"}}
, but the new universal login screen text hasn’t changed.
For the Bearer MGMT_API_ACCESS_TOKEN, I have used the one that’s available in the API explorer interface which starts with eyJhbGciOiJSUzI
.