1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor to move extraction into extractor Refactors to move ServletRequest-touching functionality for extracting information about a MfaService into the Extractor and out of the Service implementation. More... almost 11 years ago
Added the ability to report unrecognized authentication methods upon login.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Added a "sample_two_factor" authentication, demonstrating support for multiple methods.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
renames test case, adds JavaDoc for test case More... almost 11 years ago
removes test of the Extractor rather than of the Service Extractor exercised elsewhere, including exercising this test case. More... almost 11 years ago
removes duplicate misplaced tests Removes tests of the Extractor rather than of the Service, which duplicate tests of the Extractor elsewhere. More... almost 11 years ago
removes now-duplicate misplaced test Removes a unit test that exercised the Extractor rather than the Service. Case now tested by testMissingServiceParameterYieldsNullService . More... almost 11 years ago
Added a "sample_two_factor" authentication, demonstrating support for multiple methods.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
tests that when service parameter missing extractor extracts null service More... almost 11 years ago
enhance test to test that resulting service reports the expected required authentication method More... almost 11 years ago
tests extraction returns null when no authn_method specified More... almost 11 years ago
tests extraction works when multiple supported authentication methods More... almost 11 years ago
trivial: JavaDoc test cases and name test methods Use test method naming to express what is tested. More... almost 11 years ago
trivial: not an LOA, an unrecognized authentication method More... almost 11 years ago
trivial: not an empty list, a list of valid authentication methods More... almost 11 years ago
Merge pull request #23 from Unicon/HANDLE-WRONG-OTP
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Merge branch 'master' into HANDLE-WRONG-OTP
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Merge pull request #21 from Unicon/MAP-MFA-BRANCH-AUTHN-METHOD
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Updated arch doc based on changes in the state ids in the commit.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Merge branch 'MAP-MFA-BRANCH-AUTHN-METHOD' of github.com:Unicon/cas-mfa into MAP-MFA-BRANCH-AUTHN-METHOD
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Renamed components and state ids in the flow to use "_" instead, to be consistent with the MFA design.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
updates architecture docs re `authn_method`s --> sub flow names Updates architecture documentation to reflect that `authn_method` request parameters yield mfa_{authn_method} events yield mfa-{authn_method}-webflow.xml web flows More... almost 11 years ago
Rename MFA_SUCCESS_EVENT_ID to MFA_SUCCESS_EVENT_ID_PREFIX
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Fix broken handling of wrong one-time passwords. The broken behavior is one that upon failed validation of OTPs, CAS navigates to the original and first-factor login screen, foregoing the error message all together.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Fixed broken test after MFA event changes.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Fixed broken test after MFA event changes.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Readjust the MFA branching logic to clearly reflect that authentication method requested is tied to the webflow.
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
Merge pull request #13 from Unicon/add_license
mmoayyed
as Misagh Moayyed
More... almost 11 years ago
adds LICENSE and NOTICE Apache 2 licensing compatible with CAS server. Code currently developed as work-for-hire for Evergreen State; left enough ambiguity in NOTICE to seamlessly accommodate potential future maintenance effort under other arrangements. More... almost 11 years ago
Merge pull request #12 from Unicon/authn_method-in-login-jsp More... almost 11 years ago