Adding/Removing single member from a Group #4764
|
Do we have any SCIM REST API through which we can add or remove a user from Group. |
Answered by
jgomer2001
May 2, 2023
Replies: 3 comments 2 replies
|
I think @jgomer2001 can chime in here for more comments if needed. |
0 replies
|
also check section 3.5 of RFC 7644 |
1 reply
Answer selected by
dhanan-np
|
Use of Groups is discouraged in Jans Auth Server. There is no good reason to use groups anymore. Better to use the role attribute which can be passed more easily to the RP. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/JanssenProject/jans/blob/main/jans-scim/server/src/main/resources/jans-scim-openapi.yaml#L27
also check section 3.5 of RFC 7644