-
I would like to ask you, I faced a situation where it was necessary for me to work with multi tenancy on keycloak. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @fmattioli , thank you for reaching out. I would like to see it as part of this package eventually. Let's see what you have got! |
Beta Was this translation helpful? Give feedback.
-
Hi, How can multi-tenancy be supported in a Protected Resource Authorization scenario? I am following the ResourceAuthorization project example. Seems that this code (see Program.cs) will need to be changed:
Thank you |
Beta Was this translation helpful? Give feedback.
I will share the code, maybe somethings does not make sense, but in my case it solve my problem:
Basically, I did an extension of a ServiceCollection, I keep using methods from your library but I did some changes to add support to multi tenancy.
Service extension: