Skip to content
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

Prevent skills from being edited unless has permission #17

Open
rythos42 opened this issue Oct 26, 2019 · 1 comment
Open

Prevent skills from being edited unless has permission #17

rythos42 opened this issue Oct 26, 2019 · 1 comment
Labels
enhancement New feature or request needs thought

Comments

@rythos42
Copy link
Owner

There's some great stuff here, but I don't have Azure permission to create custom roles.

Wondering if we can:

  • Add scopes to app registrations
  • Provide scopes to custom roles
  • Ask for those scopes when we log in
  • Check the scope was granted when we perform an action

This could be a great model for how I'm thinking JUDI should work, if it works.

Here's some resources:
https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/roles-create-custom#create-a-new-custom-role-to-grant-access-to-manage-app-registrations

https://docs.microsoft.com/en-us/powershell/module/azuread/connect-azuread?view=azureadps-2.0

https://www.andrewconnell.com/blog/leverage-custom-permissions-in-azure-ad-applications/

@rythos42 rythos42 added the enhancement New feature or request label Nov 9, 2019
@rythos42
Copy link
Owner Author

I'm waiting to talk with an Azure consultant about JUDI permission architecture before I tackle this one. Whatever we decide to do in JUDI, I'd like to prototype here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs thought
Projects
None yet
Development

No branches or pull requests

1 participant