Skip to content

OAuth Security on API Server #83

Closed Answered by RolandGuijt
evilanf asked this question in IdentityServer
Discussion options

You must be logged in to vote

The flow you're describing in your last comment is Authorization Code flow. Here a user is involved and a client in this context means the application that is being used by the user. That count as 1 client for your license. It doesn't matter how many users are on that application or how many APIs are called by it.
In your code example, you use client credentials flow. That is for m2m scenarios. Where an API or other app from the outside has to call an API protected by the identity provider for example. No user involved and each outside app counts as 1 client for your license.
Hope that clears things up for you.

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by evilanf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants