Hi, I have an existing aurelia app (with .NET api) than uses SpoonX’s aurelia-authentication and aurelia-api. I have been tasked to reconfigure the app to change the identity provider from a custom solution to Azure B2C. I have done the setup in Azure, but I’m struggeling a bit to understand all the parameters in the aurelia-authentication config to make it all work, I was wondering if anyone had a working example I could take a look at?
I implemented b2c connectivity via msal package. I think this is the only painless way. Mind you, Aurelia auth is archived and no longer supported.