- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
enroll a external authentication method to a user
Hello,
I' working versión 7.
In the backoffice console I've defined an "External Authentication Method", and I've used it in the definition of a rule.
I want enroll or associate the "External Authentication Method" with a user. I suppose that I can use the method "updateUser" to do it, but I've looking for in the API ReferenceGuide without success.
Someone has an example of the SOAP call i should make?
Thanks in advance.
- Tags:
- Adaptive Auth
- Adaptive Authentication
- Community Thread
- Discussion
- external authentication method
- Forum Thread
- RSA Adaptive Authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I've found the way to make the request, this is credentialManagementRequestList node of the request:
<credentialManagementRequestList> <acspManagementRequestData> <credentialProvisioningStatus>ACTIVE</credentialProvisioningStatus> <payload xsi:type="externalmethod1:ExternalMethod1ManagementRequest"> <opcode>ADD</opcode> </payload> </acspManagementRequestData> </credentialManagementRequestList> |
And the following snippet is the node credentialManagementResponseList of the response:
<ns1:credentialManagementResponseList xsi:type="ns1:CredentialManagementResponseList"> <ns1:acspManagementResponseData> <ns1:acspAccountId>0076455@PF</ns1:acspAccountId> <ns1:callStatus> <ns1:statusCode>SUCCESS</ns1:statusCode> <ns1:statusDescription/> </ns1:callStatus> <ns1:payload xsi:type="ns2:ExternalMethod1ManagementResponse" xmlns:ns2="http://ws.externalmethod1.csd.rsa.com"/> </ns1:acspManagementResponseData> </ns1:credentialManagementResponseList> |
So it semms that it associate the external authentication method #1 to the user.
I've create a rule that returns "Challenge" and 3 authentication methods, one method it's OTP, and the other are 2 external authentication methods. When I execute the analyze method for that user, it's only returns the OTP method, and it doesn't return the other 2 external authentication method.
Does anyone know the reason or what may be left to do or configure?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Ernesto,
The question being raised here is worked and tracked in case 01660033, and we are working on a hotfix.
Please let me know if you are good with the question posted here or you have any further questions which needs an answer.
Thanks,
Jasmine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Jasmine,
I don't have any further questions.
Regards,
Ernesto.
