Breaking changes planned for OAuth 2.0

Hi there,

Can you help me where I can find the documentation on how we can test our application with the following test SKY API OAuth 2.0 URLs:

Our current endpoint: https://oauth2.sky.blackbaud.com

OAuth 2.0 Authorization Endpoint: https://preview.oauth2.sky.blackbaud.com/authorization

OAuth 2.0 Token Endpoint: https://preview.oauth2.sky.blackbaud.com/token

I managed to generate a new token using Postman and the above OAuth URLs.

042e094d128d52d37e2570cf482ef2de-huge-im

03529cd854d1412aeee23c73aaff2e6f-huge-im

What is the next step after this? I'm not sure how to do the end-to-end testing of our application; our previous developer is no longer with us, so I'm pretty new to this. Many thanks!

Comments

  • Daniel Leonard
    Daniel Leonard Blackbaud Employee
    Eighth Anniversary Kudos 2 Name Dropper Participant

    Here is a link to our documentation related to Authorization.

    Here is a link to our examples that you may be able to relate to your application.

    In general, you would need to change the Blackbaud authorization URL as suggested in this post and release those changes. Your application would then use the new URL for clients to authorize your application. After a successful test, you should be able to return the URL to what it was previously and release again.

Categories