This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Description
From discussion with @HaoK @Tratcher @blowdart and others, we suggest either:
- Try to detect this scenario at runtime and alert the developer that this is an unsupported scenario (having more than one “automatic” challenge registered).
- Or change how automatic challenges are registered so that only one auth provider per app pipeline can be automatic. For example, instead of each provider having its own bool setting, you would instead have one "global" setting (i.e. per-IAppBuilder) where you specify which auth protocol is the automatic one (and all others are not automatic).