Xabaril / Balea

Balea is an authorization framework for ASP.NET Core developers.
Apache License 2.0
246 stars 37 forks source link

Support many SubjectClaimTypes #25

Closed unaizorrilla closed 4 years ago

unaizorrilla commented 4 years ago

At this moment, Balea allow to specify the SubjectClaimType and FallbackClaimType to create the map between the principal and configured user in Balea store.

In some cases, this two options are not enought to satisfy some application requirements. There is one scenario:

Will be interesting to support a list of allowed subject claim types instead a simple subject / fallback

What do you think about this?

lurumad commented 4 years ago

Hi @unaizorrilla

PRs are welcome!

lurumad commented 4 years ago

Thanks @unaizorrilla for your contribution!