forked from Versent/saml2aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This provider implements the IDP authentication mechanism necessary to authenticate with Penn State University's custom implementation of Shibboleth, Cosign, and Duo, based on the work originally done in https://github.com/acobaugh/psu-aws-saml-login.
- Loading branch information
Showing
8 changed files
with
429 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# PSU provider | ||
|
||
This provider authenticates via Penn State University's Cosign+Shibboleth | ||
implementation, then handles the typical WebAccess 2FA multi-factor | ||
authentication using either Duo or YubiKeys. | ||
|
||
## Instructions | ||
|
||
Uses default Shibboleth 3.3 pathing for the entry point. e.g. if url is | ||
"https://idp.example.com" and the AWS URN is left as the default, this will | ||
construct the following URL to use. | ||
`https://idp.example.com/idp/profile/SAML2/Unsolicited/SSO?providerId=urn:amazon:webservices` | ||
|
||
To configure for PSU Access Shibboleth, run `saml2aws configure`, select PSU as | ||
the provider, and enter `https://as1.fim.psu.edu` for URL. Username is | ||
optional. | ||
|
||
## Features | ||
|
||
* Prompts for Duo MFA when logging in. Options are Duo Push, Phone Call, and | ||
Passcode. Similar to the Duo SSH integration. |
Oops, something went wrong.