Cannot get authorize to work
Hello,
I have been trying to simply get one of my applications to authorize so I can then use the token to make further api calls. I am using ColdFusion to make the REST call, here is how it is set up:

When I run that call, I get a 403 Forbidden error. I checked permissions and I have full admin access so I dont know why its saying forbidden. The client id is correct as I directly copy it from the main page.
Does the redirect URL have to be anything specific? As of right now it is just a page that has text on it to let me know that the call was successful. I am not even able to get to the pop up box that lets the user approve or deny access.
Perhaps I am using the wrong url that is used for authorizing?
Any advice would be helpful.
Thanks!
Comments
-
@Market Builder
Could you post that URL as text rather than a screenshot? I can't make out what it says.0 -
@Ben Regier
Here is the code for the API call: <cfhttp url="https://app.blackbaud.com/oauth/authorize?client_id=*client_id*&response_type=code&redirect_uri=*url*&state=fdf80155" method="POST" name="gettoken" result="tokenresult">
</cfhttp>0 -
@Market Builder
Seems only TLS1.3 is supported. The Errors are misleading. All other protocols give some error page or message when its just the handshake failing. TLS 1.2 should be re-enabled non of our servers even support TLS 1.3 yet.
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®
- 655 Blackbaud Grantmaking™
- 576 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)

