Skip to content

Commit

Permalink
Merge pull request #57 from Zhigalin/addvalidator
Browse files Browse the repository at this point in the history
Aggiunta validatore locale spid-saml-check
  • Loading branch information
milesimarco authored Oct 11, 2023
2 parents 5eb7586 + 847d592 commit 9382774
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 151 deletions.
5 changes: 3 additions & 2 deletions frontend-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ function spid_get_idp_list( $showinfo = false, $spid_redirect_to = '' ) {
0
)
);
$provider[] = array( 'SPID Local', 'http://localhost:8080', 'localhost', 'local' );
$provider[] = array( 'SPID Local (testenv2)', 'http://localhost:8088/sso', 'localhost', 'local' );
$provider[] = array( 'SPID Local (saml)', 'https://localhost:8443/samlsso', 'localhost-saml', 'localsaml' );
$provider[] = array( 'SPID TEST', 'https://demo.spid.gov.it/samlsso', 'demo', 'demo' );
} else {
$provider = array();
Expand Down Expand Up @@ -132,4 +133,4 @@ function spid_get_login_button( $size = 's', $redirectTo = '' ) {
return $return;
}

?>
?>
206 changes: 206 additions & 0 deletions img/idp/spid-idp-localhost-saml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9382774

Please sign in to comment.