Is there a way to pass Login Credentials to OAuth?
Is there some way to pass the login credentials to the authorization request URL?
Our company partners with Universities and provides them with a way to run fund raising campaigns. The people actually using the program are generally students working in a temporary capacity. Ideally we don't want to share the account login credentials with them if we can help it.
Best case scenario, the student caller clicks a payment button in our program, a new tab opens, they click “Authorize”, and then I can proceed with the actual payment request. So, is there a way for me to pass the login credentials so the student callers don't have to know/enter that information?
Comments
-
@WBT Tech The credentials of the user are taken from the authorization header of the request and cannot be passed to the authorization request URL. Each person authorizing will need to have a Blackbaud ID (BBID) that is related to the Blackbaud environment that is connected to your SKY application.
When the user is directed to the authorization page, they will be directed to the BBID sign in page, if they are not already signed in. When the user clicks authroize, your application should receive the authorization code needed to gain an access token. You will then need to call the OAuth token endpoint to exchange the authoization code for an access token (and refresh token). Once you have the access token you should be able to communicate with the Payments API.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
