6edc5180c7
This commit fixes the ability to assign roles to people in the ui when the user is SSO. The idea is if a role is ever assigned via SSO it becomes a "SSO Role" or a "Third Party" Role. by setting third_party to true on the role object. Once a role is marked as third party it can no longer be controlled through the ui for SSO Users. (for ui users this poses no functional change). It must be controlled via SSO. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
schemas.py | ||
service.py | ||
views.py |