From 569d59fbe5e9a446f8fef9e070cb049aa80f01c3 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 7 May 2021 12:37:20 -0400 Subject: [PATCH] Remove some linter annoyance around trailing spaces in the changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6f0023d8..863d9447a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,11 +52,11 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. to top-level fields in the response. * cli/api/sdk: Add support to request additional OIDC claims scope values from the OIDC provider when making an authentication request. - ([PR](https://github.com/hashicorp/boundary/pull/1175)). + ([PR](https://github.com/hashicorp/boundary/pull/1175)). By default, Boundary only requests the "openid" claims scope value. Many providers, like Okta and Auth0 for example, will not return the standard claims - of email and name when you request the default claims scope (openid). + of email and name when you request the default claims scope (openid). Boundary uses the standard email and name claims to populate an OIDC account's `Email` and `FullName` attributes. If you'd like these account