]> source.dussan.org Git - sonarqube.git/commit
SONAR-17296 Return an error status if the SAML login and name are not found in the...
authorMatteo Mara <matteo.mara@sonarsource.com>
Fri, 16 Sep 2022 08:17:31 +0000 (10:17 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 16 Sep 2022 20:03:13 +0000 (20:03 +0000)
commit26638c09235a2ca3e5c32179f4de9c39771827eb
tree608f36fcfa5ef36618deb6863752ca1b636b7688
parent04ca35269aa9fee416e8e2f52918820c891d40ec
SONAR-17296 Return an error status if the SAML login and name are not found in the response attributes
server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlAuthenticator.java
server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlStatusChecker.java
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlIdentityProviderTest.java
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlStatusCheckerTest.java