Skip to content

Commit

Permalink
[#801] restore comment for searching purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalits committed Feb 29, 2024
1 parent bf91032 commit f369df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .extlib/simplesamlphp/modules/saml/src/Auth/Source/SP.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public function getHostedMetadata(): array
*/
public function getIdPMetadata(string $entityId): Configuration
{
// auth_saml2 modification.
// Set the IdP to null, so it can auto-detect.
// Avoid the case where it uses the default IdP data for IdP initiated login.
$this->idp = null;
Expand Down

0 comments on commit f369df1

Please sign in to comment.