Retrieves a redirect URL setting from a SAML 1.x authentication scheme.
Syntax
int SM_EXTERN Sm_PolicyApi_GetRedirectURLFromSAML1xScheme( void* pSessionHandle, const char* pszSchemeOid, int iTypeURL, char** URL, int &redirectMode );
Parameters
[in] A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.
[in] A null-terminated string containing the object identifier of the authentication scheme being updated.
[in] An integer specifying the type of redirect URL, defined in Sm_PolicyAPI_SAML1_STATUS_REDIRECT_URL_TYPE_t as follows:
[out] A pointer to the redirect URL from the authentication scheme
[out] An integer specifying the input redirect mode, which is either 0 for 302 No Data, or 1 for Http-Post.
Return Values
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |