diff --git a/docs/programs/sso-faqs.md b/docs/programs/sso-faqs.md index a2ce569bedc..00752db60be 100644 --- a/docs/programs/sso-faqs.md +++ b/docs/programs/sso-faqs.md @@ -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).