Forum Discussion
Deleted
Jan 31, 2018Azure AD SSO Logs for proffing
HI All,
i am not sure if this the right place to ask this question .
i am trying to achieve SSO using azure ad service. i have below listed resources
- One Active directory server configured on Azure with domain name (mydomain.com)
- One Web Server joined in mydoamin.com hosting multiple application on windows authentication, form authentications.
- Azure AD service
- Azure ad connecter installed on Ad server mentioned in first step with password replication.
- Azure Application proxy installed on web server
all application hosted on webserver are visible on "Myapp.microsoft.com" dashboard.
Now i want to generate some logs to prove how my SSO configuration is working . i want to generate logs on resources such i can show complete flow of authentication and application access but i dont know how ?
please help ?
thanks in advance
5 Replies
- Pablo R. OrtizIron Contributor
You may want to check App proxy logs in Event Viewer:
Or from client side you can use Fiddler to track web traffic:
- DeletedI did try that but could not find anything related to this on event log
- Deleted
Thanks for reply , i did try that but could not find any related to this on event log :-(
- Pablo R. OrtizIron Contributor
what about fiddler? did you give it a try?