[Prev]

3.4.12 entityid = tas3_get_epr_entid(cf, epr)

Prototype

  tas3_str* tas3_get_epr_entid(tas3_conf* cf, tas3_epr* epr);
cf

TAS3 configuration object, also used for memory allocation

epr

An EPR object, such as obtained from tas3_get_epr()

return

The <di:ProviderID> field of an EPR as a string. This is same as SAML2 EntityID.


[Prev | Next]