How do I implement SSO integration in my web app?

KiwiTech
Community Member

I have to integrate CANVAS Integration for SSO

The process will be, users can start on my web/app and click a "Sign In With Canvas" button.

CANVAS will then prompt the user for their username and password.

After the user has signed into CANVAS, they are redirected back to your website with the user details.

I am calling the below URL to open the modal.

GET https://<canvas-install-url>/login/oauth2/auth?client_id=XXX&response_type=code&redirect_uri=https://example.com/oauth_complete&state=YYY&scope=<value_1>%20<value_2>%20<value_n>

but getting below error : -
 

<my-redirect-url>?error=invalid_scope&error_description=A+requested+scope+is+invalid%2C+unknown%2C+malformed%2C+or+exceeds+the+scope+granted+by+the+resource+owner.+The+following+scopes+were+requested%2C+but+not+granted%3A+https%3A%2F%2Fdev.maps101.com%2F

Labels (4)
0 Likes