I have several applications and I'm setting up IdentityServer3 as my authentication and authorization server.
Some of applications cannot be accessed by all users....
Lets supose that:
- User 1 can access app1, app4 and app5
- User 2 can access app5 and App 2
So, how is the best way to make that rules work? Should I use Scopes? Or I'ts better use only claims?