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

Skip to content

Commit d30646d

Browse files
authored
Adding a few FAQs based on customer questions (Hacker0x01#233)
1 parent a828947 commit d30646d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/programs/sso-faqs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ Is SAML configurable on a per user basis? | No, all users belonging to a SAML en
1414
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.
1515
Do you support Single Logout? | No, we don't support single logout at this time.
1616
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.
17+
What is your NameID format? | `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`
1718
What is your Entity ID? | hackerone.com
1819
What is your ACS URL? | https://hackerone.com/users/saml/auth
20+
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).

0 commit comments

Comments
 (0)