- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to validate RSA security console username and passord in java SDK.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should take a look at the "LoginCommand" class. It can perform both SecurID and password based authentication.
There is an excellent blog post at: https://community.rsa.com/community/internal/global-services/customer-support/blog/2016/05/12/securid-authentication-with-adminsdk . The same interface is used with SecurID can also be used to authenticate a user's password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should take a look at the "LoginCommand" class. It can perform both SecurID and password based authentication.
There is an excellent blog post at: https://community.rsa.com/community/internal/global-services/customer-support/blog/2016/05/12/securid-authentication-with-adminsdk . The same interface is used with SecurID can also be used to authenticate a user's password.
