Build and Run SAMLAuthDemo
The example must be built before it can be run.
Procedure
-
Open the
SAMLAuthDemo\SAMLAuthDemo\SAMLAuthDemo.sln solution file in Visual Studio.
-
Build the project.
-
Run the project.
Result
A form is displayed listing any messages in the audit that have a severity level of ERROR. If there are no ERROR messages the form will appear blank.
Note: The
SAMLAuthDemo\Form1.cs file defines the query filter string used in the request:
(severity='ERROR')
where
severity is one of the following:
- TRACE
- DEBUG
- INFO
- SERVICE
- AUDIT
- WARN
- ERROR
- FATAL
Copyright © Cloud Software Group, Inc. All rights reserved.