How to setup different roles per application?

194 views Asked by At

we plan on using IdentityServer for our single sign on. we have multiple applications with users having different roles per application. it's not clear to me. how do we set this up?

1

There are 1 answers

0
leastprivilege On BEST ANSWER

Do emit application specific claims you currently need to implement a claims provider.

https://identityserver.github.io/Documentation/docs/configuration/serviceFactory.html

In v2 this will be even easier since the user service will know more client details.