IdpProperties#

class IdpProperties(entity_id=None, login_url=None, logout_url=None, error_url=None, certificate=None, name_id_policy_format=None, *args, **kwargs)[source]#

Bases: object

Information of the IDP

Parameters:
  • entity_id (required) – (entity_id) Entity Id of Identity provider

  • login_url (required) – (login_url) Login URL of the Identity provider

  • logout_url – (logout_url) Logout URL of the Identity provider

  • error_url – (error_url) Error URL of the Identity provider

  • certificate (required) – (certificate) Certificate for verification

  • name_id_policy_format – (name_id_policy_format)

property certificate#

Certificate for verification

Type:

str

property entity_id#

Entity Id of Identity provider

Type:

str

property error_url#

Error URL of the Identity provider

Type:

str

property login_url#

Login URL of the Identity provider

Type:

str

property logout_url#

Logout URL of the Identity provider

Type:

str

property name_id_policy_format#
Type:

NameIdPolicyFormat

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model