From 9e1fa3af0aef47efeb1102d9559ed1b3b2aac61c Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 25 Aug 2020 12:10:59 -0700 Subject: [PATCH 1/3] Adding a few FAQs based on customer questions --- docs/programs/sso-faqs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/programs/sso-faqs.md b/docs/programs/sso-faqs.md index a2ce569bedc..0c492ea1d97 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`, `User.lastName` more details available in [JIT Provisioning here](/programs/sso-jit.html). From 940b934148eb9f9d172be95620581a5d180f3dd2 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 25 Aug 2020 12:26:44 -0700 Subject: [PATCH 2/3] Updating working on attribute fields --- docs/programs/sso-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/programs/sso-faqs.md b/docs/programs/sso-faqs.md index 0c492ea1d97..a42e69dce7b 100644 --- a/docs/programs/sso-faqs.md +++ b/docs/programs/sso-faqs.md @@ -17,4 +17,4 @@ What happens to users on my team that don't belong to our claimed domain? | Turn 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`, `User.lastName` more details available in [JIT Provisioning here](/programs/sso-jit.html). +What are your attribute fields? | Primarily you would use `User.firstName` and `User.lastName`. You can read more details about what is available in [JIT Provisioning here](/programs/sso-jit.html). From 22e0a1ca66cf7f2b92f406b82e0a505158e21e3e Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Wed, 26 Aug 2020 19:01:57 -0700 Subject: [PATCH 3/3] Update sso-faqs.md --- docs/programs/sso-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/programs/sso-faqs.md b/docs/programs/sso-faqs.md index a42e69dce7b..00752db60be 100644 --- a/docs/programs/sso-faqs.md +++ b/docs/programs/sso-faqs.md @@ -17,4 +17,4 @@ What happens to users on my team that don't belong to our claimed domain? | Turn 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? | Primarily you would use `User.firstName` and `User.lastName`. You can read more details about what is available in [JIT Provisioning here](/programs/sso-jit.html). +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).