I am trying to setup a configuration interface for our Identity Server 4 implementation. During client configuration, there's a Claims property of type ClientClaims, and also an AllowedScopes property of type ClientScopes. What is the difference between client claims and client scopes?
<log goes here>
Think of client claims as static claims associated with a client - mostly useful for server to server style scenarios.
Thanks @leastprivilege
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Think of client claims as static claims associated with a client - mostly useful for server to server style scenarios.