Redirect URLs - Sky API

How can a customer find their own API address so they can set up Sky API?

In the attached screenshot from the help document, there is a required field for Redirect URLs. I'm just needing more information on what the customer is to put for this and where to find their API address.

Comments

  • The Redirect URI is where the user gets sent after authorization. It's a URI within the SKY application to handle authorization redirects. This is not a Blackbaud address. Registering your SKY application doesn't put it on Blackbaud servers, it's still stored at your location.


    As you're creating the application, it's ok if the Redirect URI is temporarily something like http://localhost:port or http://127.0.0.1:port but once actual users are using the application, the URI must be an HTTPS, absolute URI as defined here in the OAuth2 spec: https://tools.ietf.org/html/rfc6749#section-3.1.2 .

Categories