ADFS 3.0 introduced OAuth2 Authorisation Code flow. We have an existing ADFS Server with existing Relying Parties, External Claims Providers and Claims Rules. The new OAuth flow links into all that by requiring the Relying Party Id to be supplied as the "resource" parameter on requests to the ADFS OAuth authorize endpoint.
When I hit that endpoint ADFS shows me the Home Realm selection page with an option for each of my configured Claims Providers.
With the Saml and WS-Fed flows it is possible to specify the "home Realm" on the request to ADFS which bypasses this screen.
Is this possible with the OAuth2 flow?
If it is it is undocumented from what I can see so I assume the answer is no. So failing that, what workaround are there if I don't want to present the user with a list of claims providers?