Anders Revsgaard
Anders Revsgaard

Reputation: 4334

How to configure the NetCoreClientGrantConsoleSample in FoxIDs

How do I configure an application which use OAuth 2.0 Client Credentials Grant like the (NetCoreClientGrantConsoleSample sample) manually in FoxIDs Control Client?
I can only find how the sample is configured by calling FoxIDs Control API.

Upvotes: 1

Views: 27

Answers (1)

Anders Revsgaard
Anders Revsgaard

Reputation: 4334

After you have logged into FoxIDs Control Client and selected a track (or created a new track).

  1. Go to the Parties tab and select the Down Parties sub tab
  2. Click Create down-party and click OAuth 2.0
  3. Add a Down-party name (Client ID)
  4. Add a Redirect URI
  5. Select token as Response type
  6. Add a Secret (copy the secret)
  7. Configure access to one or more APIs in Resource and scopes
  8. Click Create

This is the NetCoreClientGrantConsoleSample configuration in FoxIDs Control Client enter image description here

Upvotes: 1

Related Questions