IdentityModel / IdentityModel.AspNetCore

ASP.NET Core helper library for claims-based identity, OAuth 2.0 and OpenID Connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support user access to multiple service providers secured with multi tenant IDPs

milanc opened this issue · comments

Hi
Thank you for starting this library it really simplifies work with external APIs.
I have this use case (from the title) that I think might be common for SaaS applications but as I can see (I might be wrong) that it is not supported.

I do have working code and usage example in the sample app.
Implementation is partly based on current ClientAccessToken functionality and possibly would replace it but it also manages user access tokens.
Does this feature seems interesting to be part of this library?
Do you want me to create a PR and maybe discuss implementation that I have?

I hope diagram will help me to explain what I am trying to achieve.
Thank you.

image

Thanks for opening this issue.

I personally do not have that use case, and do currently not have the time to maintain this code. Feel free to take my library as a basis for your own project.

I understand, thank you.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.