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?

