Login

Each OAuth2 Client library requires a set of common input parameters.

The following is a list of the parameters you need to configure in your client library configurations.

Set it to your application's sandbox or live url followed by /authorize path.

  • Checkout Dashboard > Applications.
  • Select your application.
  • Scroll down to the LIVE SSO URL OR SANDBOX SSO URL section.
  • Copy the URL.

Example:

https://YOUR-LOGIN-DOMAIN/authorize

This is the URI to which the user will be forwarded after successfully logging in. Your OAuth2 Client Library will normally handle the rest of the operation.

Client Id should be set to one of the values from your backend API.

Scope should be set to one of the values from your backend API.

It is possible to set more than one scope in this parameter separated by a whitespace. (ie. scopes: profile email)

Set it to your application's sandbox or live url followed by /token path.

Example:

https://YOUR-LOGIN-DOMAIN/token

You need to have PKCE enabled in your application's configuration in order for this to work. (Enabled by default)

  • Checkout Dashboard > Applications.
  • Select your application.
  • Click the "Configure" button in the upper right corner of the application page.
  • Open the "Security" tab.
  • Toggle on the "PKCE Verification" switch.

Set it to your application's sandbox or live url followed by /userinfo path.

ssofyKnowledge Base
At our core, we believe that staying up-to-date with the latest trends and advancements in Authentication and related areas is essential. That's why we take great pride in keeping you informed with the latest insights, updates, and news in this rapidly evolving landscape.


Do you need support?
SSOfy is by Cubelet Ltd.
Copyright © 2024 Cubelet Ltd. All rights reserved.