This service supports the generation of Taskcluster credentials appropriate to a user.
While this service is intended to be used with interactive applications, it
does not have any user interface of its own. Instead, it relies on an OIDC
provider to handle user interaction, and issues credentials on the basis of the
resulting OIDC access_token
.
See getting user creds for more detail about interacting with this service.
Test this like any Taskcluster microservice: install with yarn
and then test
with yarn test
.
To actually perform authentication in a development setting, you will need to request an OIDC client with the following additional attributes:
- Non-Interactive Client
- Access to the Auth0 management API with the
read:users
scope
taskcluster-login
exists on two instances, stage for pre-deployment validation, and production for actual use.
Service Owner: dustin@mozilla.com