The AuthMinder Authentication SDK provides an appropriate token to the end user after they authenticate successfully. The token is then presented to the AuthMinder Server, indicating that the user is authenticated and can be provided access to the protected resources.
By using the Authentication Web service, you can specify whether the token has to be returned after authentication or not. In addition, you can also specify the type of the token that must be returned after authentication. The verifyAuthToken method specifies the return token type and supports the following types of tokens:
Specify this type when CA-proprietary (or Native) token is required after successful authentication. This token can be used multiple times before it expires.
Specify this type when one-time token is required after successful authentication. This token can be used only one time before it expires.
Secure Assertion Markup Language (SAML) is an open standard, which specifies the format of the authentication data exchanged between security domains. The Native, Default, and One-Time tokens issued by AuthMinder can only be interpreted by the AuthMinder Server, but the SAML tokens issued by the AuthMinder Server can be interpreted by any other authentication system. AuthMinder supports 1.1 and 2.0 versions of SAML:
Specify this type of token when you are using custom (non-AuthMinder) authentication mechanism that needs SAML 1.1 tokens after successful authentication.
Specify this type of token when you are using custom (non-AuthMinder) authentication mechanism that needs SAML 2.0 tokens after successful authentication.
Specify this type of token when the default token configured at the server is to be requested after successful authentication.
Specify this type of token when you are performing custom credential authentication.
AuthMinder Server can verify only the Native and One-Time tokens that are issued to the users. The authentication token must be verified in cases when you use the token for Single Sign-On, wherein you authenticate the user once and allow them to use multiple resources using the same authentication token.
To verify if a token is valid or not:
See "Preparing Additional Input" for more information.
This method returns an instance of the AuthTokenResponse interface, which provides the credential and transaction details.
|
Copyright © 2013 CA.
All rights reserved.
|
|