Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide extended functionality to authenticate with Portal #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mu88
Copy link

@mu88 mu88 commented Apr 5, 2017

With this commit you are able to configure the following within Portal for ArcGIS:

  • disable the user's possibility to create an account on his own (e. g. due to limited number of Named User licenses)
  • configure Portal so that users from an Active Directory can be used as Portal users
  • enable Single Sign-On (Windows Authentication) within Portal's Web Adaptor
  • configure the Internet Explorer 11 Compatibility Header within Portal's Web Adaptor (otherwise we had strange phenomena when using the Portal in custom JavaScript applications like duplicate URLs)

You have to use the following parameters:

  • node['arcgis']['portal']['authentication']['disable_signup'] --> true or false
  • node['arcgis']['portal']['authentication']['enable_single_sign_on'] --> true or false
  • node['arcgis']['portal']['authentication']['configure_active_directory_users'] --> true or false

…ign-up, configure Active Directory, use single sign-on, IE11 compatibility header)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant