auth_swg_saml_server - SWG User SSO Resource ++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- SWG User SSO Resource. Use API "/resource-api/v2/auth/swg-saml-server". Requirements ------------ The below requirements are needed on the host that executes this module. - ansible>=2.17.0 Parameters ---------- .. raw:: html Examples ------------- .. code-block:: yaml - name: Auth SWG SAML Server hosts: fortisase gather_facts: false vars: primary_key: "$sase-global" tasks: # To configure this resource, please enable proxy configuration. - name: Create/Update Auth SWG SAML Server fortinet.fortisase.auth_swg_saml_server: params: primary_key: "{{ primary_key }}" enabled: true digest_method: "sha256" idp_entity_id: "https://sts.windows.net/example/" idp_sign_on_url: "https://login.microsoftonline.com/example/saml2" idp_log_out_url: "https://login.microsoftonline.com/example/saml2" idp_certificate: primary_key: "certificate" datasource: "system/certificate/remote-certificates" username: "username" group_name: "group" group_match: "" sp_cert: primary_key: "FortiSASE Default Certificate" datasource: "system/certificate/local-certificates" scim_enabled: false - name: Delete Auth SWG SAML Server fortinet.fortisase.auth_swg_saml_server: params: primary_key: "{{ primary_key }}" enabled: false Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)