Redirect URIs

Redirect URIs are used to send users back to your application during the authorization process. Your application is required to have a redirect URI if it's going to request authorization to make SKY API calls to Blackbaud customer environments. If your application is not making SKY API calls, it is not required.

The redirect URI must match the redirect_uri parameter in the query string. You can also register multiple URIs for redirecting users back to your application during the authorization process.

Tutorial: For more assistance, see the Authorization code flow for confidential applications tutorial.