cancel
Showing results for 
Search instead for 
Did you mean: 

loginmethod PWD and SSO in SCIM API version 2

meenakshi_si
Participant
0 Kudos
280

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,

Accepted Solutions (0)

Answers (1)

Answers (1)

dyaryura
Contributor
0 Kudos

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