Quantcast
Viewing all articles
Browse latest Browse all 15

New Post: Federated Authentication Code

Add the following clause to GetServerType(discoUri) "if" statement in DiscoverButton_Click method to enable Federated Authentication.  Line 178 in my version of the code.

elseif (this.GetServerType(discoUri) == AuthenticationProviderType.Federation)
            {this.ClientCreds.UserName.UserName = this.UserNameTextBox.Text;this.ClientCreds.UserName.Password = this.PasswordTextBox.Text;

                dsp = new DiscoveryServiceProxy(dinfo, this.ClientCreds);this.IsLiveID = false;

            }


Viewing all articles
Browse latest Browse all 15

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>