Updated README.md file
1 file changed
tree: fc5d2acbbee801ac7073cb8eebd23f5a70c6bf17
  1. defaults/
  2. files/
  3. handlers/
  4. meta/
  5. tasks/
  6. templates/
  7. tests/
  8. vars/
  9. CONTRIBUTION.md
  10. LICENSE
  11. README.md
README.md

Apigee OPDK Setup Edge UI SAML Integration

This role will integrate Edge UI with SAML using the Edge SSO component of the Apigee Edge platform.

Requirements

None.

Role Variables

Variable NameDescription
edgeui_response_file_nameedge-ui-sample-response.conf
edgeui_response_file_path“{{ opdk_installer_path }}/{{ edgeui_response_file_name }}”
edgeui_public_urishttp://{{ local_mgmt_ip }}:9000
edgeui_sso_enabledy
sso_public_url_port9099
sso_public_url_schemehttp
sso_admin_namessoadmin
sso_admin_secretApigee123!
edgeui_sso_client_nameedgeui
edgeui_sso_client_secretApigee123!
edgeui_sso_client_overwritey

Dependencies

  • apigee-opdk-modules

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-edge-saml-config }

License

Apache 2.0

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.