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 providerlogin_url (required) – (
login_url
) Login URL of the Identity providerlogout_url – (
logout_url
) Logout URL of the Identity providererror_url – (
error_url
) Error URL of the Identity providercertificate (required) – (
certificate
) Certificate for verificationname_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: