SLIDE 59 client_secret - (Optional) Client secret issued by AS for the Okta IdP instance. protocol_type - (Optional) The type of protocol to use. It can be "OIDC" or "OAUTH2" . issuer_mode - (Optional) Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL. It
can be "ORG_URL" or "CUSTOM_URL" .
max_clock_skew - (Optional) Maximum allowable clock-skew when processing messages from the IdP. account_link_action - (Optional) Species the account linking action for an IdP user. account_link_group_include - (Optional) Group memberships to determine link candidates. provisioning_action - (Optional) Provisioning action for an IdP user during authentication. deprovisioned_action - (Optional) Action for a previously deprovisioned IdP user during authentication. Can be "NONE" or "REACTIVATE" . suspended_action - (Optional) Action for a previously suspended IdP user during authentication. Can be set to "NONE" or "UNSUSPEND" groups_action - (Optional) Provisioning action for IdP user's group memberships. It can be "NONE" , "SYNC" , "APPEND" , or "ASSIGN" . groups_attribute - (Optional) IdP user prole attribute name (case-insensitive) for an array value that contains
group memberships.
groups_assignment - (Optional) List of Okta Group IDs to add an IdP user as a member with the "ASSIGN" groups_action . groups_filter - (Optional) Whitelist of Okta Group identiers that are allowed for the "APPEND" or "SYNC" groups_action . username_template - (Optional) Okta EL Expression to generate or transform a unique username for the IdP user. subject_match_type - (Optional) Determines the Okta user prole attribute match conditions for account linking
and authentication of the transformed IdP username. By default it is set to "USERNAME" . It can be set to "USERNAME" ,
"EMAIL" , "USERNAME_OR_EMAIL" or "CUSTOM_ATTRIBUTE" . subject_match_attribute - (Optional) Okta user prole attribute for matching transformed IdP username. Only for
matchType "CUSTOM_ATTRIBUTE" .
profile_master - (Optional) Determines if the IdP should act as a source of truth for user prole attributes. request_signature_algorithm - (Optional) The XML digital signature algorithm used when signing an AuthnRequest
message.
request_signature_scope - (Optional) Species whether or not to digitally sign an AuthnRequest messages to the
- IdP. It can be "REQUEST" or "NONE" .
response_signature_algorithm - (Optional) The minimum XML digital signature algorithm allowed when verifying a
SAMLResponse message or Assertion element.
response_signature_scope - (Optional) Species whether to verify a SAMLResponse message or Assertion element
XML digital signature. It can be "RESPONSE" , "ASSERTION" , or "ANY" .