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)
WSO2 IS - SCIM2 Invalid Token after PATCH
I am trying to figure out if the following behavior is the expected.
In my case, I am logged in as a user with username: testuser
I make a PATCH request from my Blazor SPA to the following URL https:/...
Yiannr
Votes: 0
Answers: 2
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