python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to remove a value of multi-valued SCIM 2.0 sub-attribute?
I have a complex SCIM attribute that looks like follows:
"myattr1": {
"subattr1": 5,
"subattr2": [1, 2, 3]
}
I want to modify this to become
"myattr1": {
...
Rahul
Votes: 0
Answers: 2
SCIM Google Workspace Snowflake
Is someone already configure Google Workspace working with Snowflake and has user automatically created (as Okta can purpose)
Thanks for the help
adbodo
Votes: 0
Answers: 2
Is there a way to concatenate the query parameters in a GET API call?
I am trying to hit a GET API call using SCIM protocol with multiple filter query parameters like firstName, lastName.
I want to have another query parameter which can combine firstName and lastName.
E...
user601236
Votes: 0
Answers: 0