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.
Asked
Active
Viewed 21 times
1

Anders Revsgaard
- 3,636
- 1
- 9
- 25
1 Answers
1
After you have logged into FoxIDs Control Client and selected a track (or created a new track).
- Go to the
Parties
tab and select theDown Parties
sub tab - Click
Create down-party
and clickOAuth 2.0
- Add a Down-party name (Client ID)
- Add a Redirect URI
- Select
token
as Response type - Add a Secret (copy the secret)
- Configure access to one or more APIs in Resource and scopes
- Click Create
This is the NetCoreClientGrantConsoleSample configuration in FoxIDs Control Client

Anders Revsgaard
- 3,636
- 1
- 9
- 25