Skip to main content
Question

Oauth without login url

  • February 11, 2026
  • 1 reply
  • 16 views

Forum|alt.badge.img+1

Step 1 — Determine your flow

First, determine which grant type you are using:

Scenario Grant type Authorization URL required?
Server → API (no user login) Client Credentials ❌ No
User login via redirect Authorization Code ✅ Yes

 

 

authorisation url in oauth is a mandatory field in software factory how to implement the web connection if only server api ant token url is provided?

1 reply

Forum|alt.badge.img+1
  • Author
  • Apprentice
  • February 11, 2026

I forgot the login connector that needs to be used.