on 2024 Feb 26 7:52 AM
Hi Eperts,
We had below code for loginmethod in SCIM APi version 1:
"targetPath": "$.userType",
"condition": "$.loginMethod == 'PWD'",
"constant": "partner"
},
{
"targetPath": "$.userType",
"condition": "$.loginMethod == 'SSO'",
"constant": "employee"
},
{
"targetPath": "$.userType",
"condition": "$.loginMethod == ''",
"constant": "employee"
How to add the loginmethod like this in SCIM API version 2? Please advise.
Thanks,
Request clarification before answering.
Hello
There's a note on this you might want to check: https://me.sap.com/notes/3437692/E
I was able to do this with some instances but I'm having an issue with a newer instance where the loginmethod field is not retrieved from the API call so despite i'm using the proper mapping the field is not shown even if I test with a manual API call vis postman
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
4 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.