SAML Integration For SSO login

Hi, 

I'm in the process of implementing the SSO with microsoftonline.

Every time I'm logging in im facing the following error.

When I login to microsoftOnline, I see the following error coming up on screen;

 
Message: AADSTS90023: SAML authentication request's RequestedAuthenticationContext's Comparison value must be "exact".
Advanced diagnostics: Enable
If you plan on getting support for an issue, turn this on and try to reproduce the error. This will collect additional information that will help troubleshoot the issue.
 
 
Also I checked the system logs the following are observation on system logs ;
 
JBAS012119: cancelled task by interrupting thread Thread[management-handler-thread - 13360,5,management-handler-thread]
07:56:46,135 ERROR [stderr] (ajp-/0.0.0.0:8009-12) Wed Aug 29 07:56:46 GMT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
07:59:49,121 INFO [com.metaparadigm.jsonrpc.BeanSerializer] (ajp-/0.0.0.0:8009-34) analyzing com.appiancorp.process.rdbms.RDBMSBean
07:59:49,132 INFO [com.metaparadigm.jsonrpc.BeanSerializer] (ajp-/0.0.0.0:8009-34) analyzing com.appiancorp.process.rdbms.ActivitySql
08:14:47,053 ERROR [stderr] (ajp-/0.0.0.0:8009-59) Wed Aug 29 08:14:47 GMT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
08:14:48,314 ERROR [stderr] (Appian AppianServerThreadPoolProvider 1343092) Wed Aug 29 08:14:48 GMT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
08:14:48,319 ERROR [stderr] (Appian AppianServerThreadPoolProvider 1343093) Wed Aug 29 08:14:48 GMT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
08:32:18,574 INFO [org.jboss.as.protocol] (Remoting "msgdev:MANAGEMENT" read-1) JBAS012119: cancelled task by interrupting thread Thread[management-handler-thread - 13372,5,management-handler-thread]
08:39:53,502 ERROR [stderr] (ajp-/0.0.0.0:8009-56) Wed Aug 29 08:39:53 GMT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
09:02:19,299 ERROR [stderr] (ajp-/0.0.0.0:8009-17) Wed Aug 29 09:02:19 GMT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
09:32:27,045 INFO [org.jboss.as.protocol] (Remoting "msgdev:MANAGEMENT" read-1) JBAS012119: cancelled task by interrupting thread Thread[management-handler-thread - 13386,5,management-handler-thread]
 
 
Any help would be highly appreciated.

  Discussion posts and replies are publicly visible