Previous Topic: Sm_PolicyApi_GetAllSAMLSPAssertionConsumerService()Next Topic: Sm_PolicyApi_GetAllWSFEDResourcePartners()


Sm_PolicyApi_GetAllSAMLSPAttributes()

Retrieves all the attributes associated with the specified Service Provider.

Type

SAML 2.0 Configuration function, domain scope.

Syntax

int SM_EXTERN Sm_PolicyApi_GetAllSAMLSPAttributes
(
   void*                              pHandle,
   const char*                        pszSAMLSPOid,
   Sm_PolicyApi_SAMLSPAttr_t**        ppstructSAMLSPAttr
);

Parameter

I/O

Description

pHandle

I

A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.

pszSAMLSPOid

I

A null-terminated string containing the object identifier of an existing Service Provider.

ppstructSAML
  SPAttr

O

The address of a pointer to attribute structures.

Returns