Open
Bug 1596529
Opened 6 years ago
Updated 6 years ago
Client creation page ignores unavailable requested scopes
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
NEW
People
(Reporter: SimonSapin, Unassigned)
References
(Blocks 1 open bug)
Details
Steps:
- Run
export TASKCLUSTER_ROOT_URL=https://community-tc.services.mozilla.com/
- Run
taskcluster signin --scope example
, whereexample
is a scope you do not have - See a browser tab opened to an URL starting with https://community-tc.services.mozilla.com/auth/clients/create?scope=example&
Actual result: the client creation page is pre-filled to create a client that doesn’t have the requested scope
Expected result: some error message
You need to log in
before you can comment on or make changes to this bug.
Description
•