How to validate the user identity token using SKY API OpenIDConnect
I am trying to figure out how to validate a UIT after calling getUserIdentityToken() using the SKY API OpenIDConnect described here:
https://developer.blackbaud.com/skyapi/docs/addins/concepts/addin-sso#validating-the-user-identity-token
I assume this is the URL I use to validate: https://oauth2.sky.blackbaud.com/authorization
But, what do I pass it and how do I call it?
On the tutorial page I found, https://developer.blackbaud.com/skyapi/docs/authorization/auth-code-flow/tutorial, it looks like it shows and example where it passes that application id and environment id - but not a user id. so...I'm confused as to how to validate a UIT using SKY API OpenIDConnect.
Any advice?
https://developer.blackbaud.com/skyapi/docs/addins/concepts/addin-sso#validating-the-user-identity-token
I assume this is the URL I use to validate: https://oauth2.sky.blackbaud.com/authorization
But, what do I pass it and how do I call it?
On the tutorial page I found, https://developer.blackbaud.com/skyapi/docs/authorization/auth-code-flow/tutorial, it looks like it shows and example where it passes that application id and environment id - but not a user id. so...I'm confused as to how to validate a UIT using SKY API OpenIDConnect.
Any advice?
0
Comments
-
If you are using .NET, you should be able to use the Blackbaud library for validating/parsing the token.
https://www.nuget.org/packages/Blackbaud.Addin.TokenAuthentication
If you are not using .NET, you may be able to use similar logic to what is happening here to validate/parse the token: https://github.com/blackbaud/addin-tokenauthentication/blob/master/Blackbaud.Addin.TokenAuthentication/UserIdentityToken.cs#L124-L153
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 563 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 243 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

