Skip to content

Commit b0b37eb

Browse files
committed
Protocols SCIM 2.0
1 parent bdbc4be commit b0b37eb

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ Code Hosting <a href="https://github.com/dromara/MaxKey" target="_blank"><b>GitH
4747

4848
| No. | Protocols | Support |
4949
| --------| :----- | :---- |
50-
| 1.1 | OAuth 2.x/OpenID Connect | HIGH |
51-
| 1.2 | SAML 2.0 | HIGH |
52-
| 1.3 | JWT | HIGH |
53-
| 1.4 | CAS | HIGH |
54-
| 1.5 | FormBased | MIDDLE|
55-
| 1.6 | TokenBased(Post/Cookie) | MIDDLE|
56-
| 1.7 | ExtendApi | LOW |
57-
| 1.8 | EXT | LOW |
50+
| 1.1 | OAuth 2.x/OpenID Connect | HIGH |
51+
| 1.2 | SAML 2.0 | HIGH |
52+
| 1.3 | JWT | HIGH |
53+
| 1.4 | CAS | HIGH |
54+
| 1.5 | SCIM 2.0 | HIGH |
55+
| 1.6 | FormBased | MIDDLE|
56+
| 1.7 | TokenBased(Post/Cookie) | MIDDLE|
57+
| 1.8 | ExtendApi | LOW |
58+
| 1.9 | EXT | LOW |
5859

5960
2. Authentication
6061

README_en.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ Code Hosting <a href="https://github.com/dromara/MaxKey" target="_blank"><b>GitH
5151
| 1.2 | SAML 2.0 | HIGH |
5252
| 1.3 | JWT | HIGH |
5353
| 1.4 | CAS | HIGH |
54-
| 1.5 | FormBased | MIDDLE|
55-
| 1.6 | TokenBased(Post/Cookie) | MIDDLE|
56-
| 1.7 | ExtendApi | LOW |
57-
| 1.8 | EXT | LOW |
54+
| 1.5 | SCIM 2.0 | HIGH |
55+
| 1.6 | FormBased | MIDDLE|
56+
| 1.7 | TokenBased(Post/Cookie) | MIDDLE|
57+
| 1.8 | ExtendApi | LOW |
58+
| 1.9 | EXT | LOW |
5859

5960
2. Authentication
6061

README_zh.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@
5252
| 1.2 | SAML 2.0 ||
5353
| 1.3 | JWT ||
5454
| 1.4 | CAS ||
55-
| 1.5 | FormBased ||
56-
| 1.6 | TokenBased(Post/Cookie) ||
57-
| 1.7 | ExtendApi ||
58-
| 1.8 | EXT ||
55+
| 1.5 | SCIM 2.0 ||
56+
| 1.6 | FormBased ||
57+
| 1.7 | TokenBased(Post/Cookie) ||
58+
| 1.8 | ExtendApi ||
59+
| 1.9 | EXT ||
5960

6061
2. 登录支持
6162

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright [2021] [MaxKey of copyright http://www.maxkey.top]
2+
* Copyright [2023] [MaxKey of copyright http://www.maxkey.top]
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)