Developer forum

Forum » Development » Active Directory Integration

Active Directory Integration


Reply
Two questions related to active directory integration:

1. How to display active directory username at Dynamicweb frontend?
2. How to perform logout with active directory integration?

Replies

 
Reply
Sorry for the late answer.

You'll find the AD username in System.WebHttpContext.Current.Request.ServerVariables["AUTH_USER"].

Using AD login eliminates the need for logging in. The verification happens automatically, provided that you have the appropriate setup. If you log off, how would you expect the scenario to be when you need to log in again?

 

You must be logged in to post in the forum