By: Carl Buxbaum user 10 May 2016 at 10:35 a.m. CDT

1 Response
Carl Buxbaum gravatar
Hi, I am trying to exercise the createPerson scim 2.0 api. The response to this: String umaAatClientKeyId = props.getProperty(SCIMProperties.UMA_AAT_CLIENT_KEY_ID, ""); Scim2Client client = Scim2Client.umaInstance(domain, umaMetaDataUrl, umaAatClientId, umaAatClientJwksData, umaAatClientKeyId); ScimResponse response = client.createPerson(getScimPersonFromSSOUser(user), MediaType.APPLICATION_JSON); is the following: {"ticket":"0f928d0e-bb2f-4577-9daf-75cb871e79b8"} with a status of 403. I thought that the API was supposed to handle the internals of this protocol and present the ticket back to the server. What am I doing wrong? Thanks, Carl

By Valentino Pecaoco user 11 May 2016 at 12:59 a.m. CDT

Valentino Pecaoco gravatar
Hi Carl, Thank you we'll investigate but I believe at this point the user has been created ok. Regards, Val