Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Adding a few FAQs based on customer questions #233

Merged
merged 3 commits into from
Aug 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/programs/sso-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ Is SAML configurable on a per user basis? | No, all users belonging to a SAML en
Do you support custom session times? | Yes, HackerOne will respect the SessionNotOnOrAfter attribute if provided during authentication. This will allow you to customize the length of the session up to an upper bound of 2 weeks. If you provide this value, it'll be the source of truth and the *remember me* will be ignored.
Do you support Single Logout? | No, we don't support single logout at this time.
What happens to users on my team that don't belong to our claimed domain? | Turning on SSO will only affect users of the claimed domain. Any users that are using e-mail addresses on other domains will not be affected.
What is your NameID format? | `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`
What is your Entity ID? | hackerone.com
What is your ACS URL? | https://hackerone.com/users/saml/auth
What are your attribute fields? | `User.firstName` (First Name) and `User.lastName` (Last Name). You can read more details about what is available [here](/programs/sso-jit.html).