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

sources: add SCIM source #3051

Merged
merged 30 commits into from
Apr 15, 2024

add UI for users and groups

1d0ad2a
Select commit
Loading
Failed to load commit list.
Merged

sources: add SCIM source #3051

add UI for users and groups
1d0ad2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 15, 2024 in 1s

89.79% of diff hit (target 92.41%)

View this Pull Request on Codecov

89.79% of diff hit (target 92.41%)

Annotations

Check warning on line 22 in authentik/sources/scim/api/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/api/sources.py#L22

Added line #L22 was not covered by tests

Check warning on line 28 in authentik/sources/scim/api/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/api/sources.py#L26-L28

Added lines #L26 - L28 were not covered by tests

Check warning on line 33 in authentik/sources/scim/api/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/api/sources.py#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 38 in authentik/sources/scim/api/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/api/sources.py#L38

Added line #L38 was not covered by tests

Check warning on line 47 in authentik/sources/scim/api/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/api/sources.py#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 76 in authentik/sources/scim/views/v2/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/base.py#L62-L76

Added lines #L62 - L76 were not covered by tests

Check warning on line 79 in authentik/sources/scim/views/v2/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/base.py#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 110 in authentik/sources/scim/views/v2/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/base.py#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 120 in authentik/sources/scim/views/v2/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/base.py#L120

Added line #L120 was not covered by tests

Check warning on line 59 in authentik/sources/scim/views/v2/groups.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/groups.py#L59

Added line #L59 was not covered by tests

Check warning on line 85 in authentik/sources/scim/views/v2/groups.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/groups.py#L85

Added line #L85 was not covered by tests

Check warning on line 96 in authentik/sources/scim/views/v2/groups.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/groups.py#L88-L96

Added lines #L88 - L96 were not covered by tests

Check warning on line 117 in authentik/sources/scim/views/v2/groups.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/groups.py#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 127 in authentik/sources/scim/views/v2/groups.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/groups.py#L127

Added line #L127 was not covered by tests

Check warning on line 138 in authentik/sources/scim/views/v2/groups.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/groups.py#L138

Added line #L138 was not covered by tests

Check warning on line 31 in authentik/sources/scim/views/v2/users.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/users.py#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 81 in authentik/sources/scim/views/v2/users.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/users.py#L81

Added line #L81 was not covered by tests

Check warning on line 112 in authentik/sources/scim/views/v2/users.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/users.py#L112

Added line #L112 was not covered by tests

Check warning on line 134 in authentik/sources/scim/views/v2/users.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/users.py#L133-L134

Added lines #L133 - L134 were not covered by tests

Check warning on line 142 in authentik/sources/scim/views/v2/users.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/users.py#L142

Added line #L142 was not covered by tests

Check warning on line 151 in authentik/sources/scim/views/v2/users.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

authentik/sources/scim/views/v2/users.py#L151

Added line #L151 was not covered by tests