-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicacate client_ids and missing client_ids #348
Comments
@gdestuynder @gozer Was the intent of #298 to grant only |
Note that because it's 2 stage auth, clients like New Relic should have a first check (for "team_moco" for example) even if New Relic itself does additional checks. Because of the amount of text I'll make another comment about what could be actually improved |
What could be improved:
cc @jdow |
When there are mutiple records in apps.yml with the same client_id, the Auth0 rule logic (in AccessRules.js) will
This applies to two clients
smKTjsVVxUJDEkjIftOsP0bop2NWjysa
Googleo2e391VjmnPk0115UedNTmRL8x2nySOa
people.mozilla.orgI recommend we remove the client ID for the duplicate entries
There are 12 RPs which exist in apps.yml but have no client ID
team_sre
but because it has no client_id everyone at Mozilla can use the RP and is added automatically as a collaborator granting them rights to create sitesteam_sre
How can we annotate entries in apps.yml which have no client ID because the RP handles authentication?
The text was updated successfully, but these errors were encountered: