mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #109] Feature Request: Authentication based on AAD group, instead of role management invites #65
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KelvinTegelaar on GitHub (Oct 25, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/109
Originally assigned to: @KelvinTegelaar on GitHub.
Is your feature request related to a problem? Please describe.
Currently we are using the built-in invite system for AAD, this has some limitations such as a maximum amount of users, and also you have to manually invite users instead of just granting them access.
Describe the solution you'd like
I'd like to create a new Azure AD group as part of our ARM template. This group will be allowed to use CIPP, e.g. "CIPP Users" and "CIPP Administrators". Users in these groups can use the application at will, and it will be easier for administrators to revoke access.
To do this, we'll need follow: https://docs.microsoft.com/en-us/azure/static-web-apps/authentication-authorization?tabs=function#role-management
@KelvinTegelaar commented on GitHub (Oct 25, 2021):
This feature is still fairly low priority, and assumed we'll work on this somewhere around v1.5
@KelvinTegelaar commented on GitHub (Oct 29, 2021):
Actually closing this for now, will be done with more authentication overhaul.
@KelvinTegelaar commented on GitHub (Nov 1, 2021):
Started with preparations for new permissions management.
@KelvinTegelaar commented on GitHub (Nov 4, 2021):
first implementation of the rights management system is active in dev.
@KelvinTegelaar commented on GitHub (Nov 5, 2021):
closing this, opening new one for AAD integration.