Azure / EasyAuthForK8s

Easily add Azure AD Authentication to any app running on Kubernetes
MIT License
67 stars 15 forks source link

How to manage multiple authentications with different permissions per application #108

Closed dimtitricognet closed 7 months ago

dimtitricognet commented 9 months ago

Hello,

We have multiple applications that we need to deploy in AKS where we need to perform authentication to retrieve permissions from Azure AD / app registration in order to authenticate the user. My question is, do we need to deploy EasyAuthForK8s X times (one per app), or does the solution natively handle multi-authentication across multiple applications with different access rights?

Best Regards, Dimitri

karpikpl commented 8 months ago

I think there's only one app registration that EasyAuth uses, but you can create different app roles for each of your use cases and require it on ingress level

dimtitricognet commented 7 months ago

thank you @karpikpl