Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authNRequest fixes and other changes #13

Merged
merged 6 commits into from
Jul 15, 2021
Merged

authNRequest fixes and other changes #13

merged 6 commits into from
Jul 15, 2021

Commits on May 16, 2021

  1. authNRequest fixes

    	- isPassive is not allowed
    	- both AssertionConsumerServiceIndex and AssertionConsumerServiceUrl+ProtocolBinding must not be set
    	- ForceAuthn attribute must be present if SPID level > 1
    	- Issuer must be set to "urn:oasis:names:tc:SAML:2.0:nameid-format:entity"
    	- The same public key info is provided twice in getSignature()
    
    other minor changes:
    	- added maven generated dirs to .gitignore
    	- privateKey must not be logged
    	- option to not compress authnrequest when using POST binding
    Domingo Nicola Alessandro committed May 16, 2021
    Configuration menu
    Copy the full SHA
    6f20880 View commit details
    Browse the repository at this point in the history
  2. comparison set to minimum in authncontext

    Domingo Nicola Alessandro committed May 16, 2021
    Configuration menu
    Copy the full SHA
    c1dfe75 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. removed commented code (except for TODOs)

    Domingo Nicola Alessandro committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a719833 View commit details
    Browse the repository at this point in the history
  2. Added loggin statement and exception thrown on authnrequest signing f…

    …ailure
    Domingo Nicola Alessandro committed May 17, 2021
    Configuration menu
    Copy the full SHA
    01b0a57 View commit details
    Browse the repository at this point in the history
  3. Added lombok

    Domingo Nicola Alessandro committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ec84a56 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. removed log statement in catch

    Domingo Nicola Alessandro committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d3946d2 View commit details
    Browse the repository at this point in the history