Skip to content

Commit

Permalink
Added Saml2 provider (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lloyd authored Jun 2, 2021
0 parents commit 9beb61a
Show file tree
Hide file tree
Showing 7 changed files with 640 additions and 0 deletions.
9 changes: 9 additions & 0 deletions InvalidSignatureException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace SocialiteProviders\Saml2;

use InvalidArgumentException;

class InvalidSignatureException extends InvalidArgumentException
{
}
9 changes: 9 additions & 0 deletions NotSupportedException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace SocialiteProviders\Saml2;

use InvalidArgumentException;

class NotSupportedException extends InvalidArgumentException
{
}
Loading

0 comments on commit 9beb61a

Please sign in to comment.