Hi,
The UI allows us to create multiple instances of SSO for the same provider, but looking at the OwinStartup class it looks that it only registers the first it can find, even if disabled (It should be using GetActiveProviders()).
Is this by design or a bug?
Why is this important?
I spent some time trying to debug a customer's SSO credentials, and without having an account with their Azure AD, I had to use our own settings. Between discovering I had to do an IIS reset and this, I spend some time spinning my wheels.
It would be great to:
- Add some infor/warning that an IIS is needed for changes to take effect
(since it's not common, it's easy to forget) - Allow for multiple providers of the same type OR prevent multiple providers from the same type from being created
Best Regards,
Nuno Aguiar