Changes to the OAuth Token Responses

A new shared changelog was posted on 4/17/2020. See the changelog for more information.

OAuth token responses have been updated to include additional information about the consenting user. After login, the user will now be asked to provide consent for your application to access their Blackbaud data and user information.

If the user grants access and the access token request is successful, you will now see the following additional fields in the token response body:

  • email – The email address of the authenticated Blackbaud user.
  • family_name – The last name of the authenticated Blackbaud user.
  • given_name – The first name of the authenticated Blackbaud user.

Comments

  • That's a great news. For whatever reason, we are still not receiving this fields in the token. Is there anything we are missing/change on our side ?
  • Lindsey Rix
    Lindsey Rix Blackbaud Employee
    Tenth Anniversary Kudos 5 Name Dropper Participant
    Hi Himal, 

    Are you looking for the new fields in the authorization code flow or implicit flow? This doesn't yet apply for the user identity token for add-ins because we don't have a workflow that allows user consent.

Categories