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

ISSUE: Protect domains REST API #23

Open
f-trivino opened this issue Mar 16, 2023 · 1 comment
Open

ISSUE: Protect domains REST API #23

f-trivino opened this issue Mar 16, 2023 · 1 comment

Comments

@f-trivino
Copy link
Collaborator

Domains rest API does not require any authentication but it should be protected and restricted to the django admin user.

@antoniotorresm
Copy link
Collaborator

Connections are secured by using HTTPS. The 'scim' django app is protected by using the scim user defined in

SCIM_SERVICE_PROVIDER = {
However, the rest of the apps are not protected, so we should prepare users similar to this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants