zandercymatics
84e1361208
Revert "Ticket #2158 : Use biometric auth instead of IAL2"
2024-05-24 12:21:20 -06:00
zandercymatics
0c86311982
Fix refresh bug
...
There was a bug where the session would not retain data correctly after a hard refresh. This fixes that
2024-05-23 10:02:59 -06:00
zandercymatics
5e9db8f1db
Fix reintroduced login loop
2024-05-21 12:25:55 -06:00
zandercymatics
c0a0e07530
Fix unit test
2024-05-21 12:17:25 -06:00
zandercymatics
c779255b28
Rename requires_biometric to requires step up
2024-05-21 11:44:26 -06:00
zandercymatics
2fab655012
Fix unit test
2024-05-21 11:35:34 -06:00
zandercymatics
7681cc4f0b
Linting and fix unit tests
2024-05-16 14:15:42 -06:00
zandercymatics
733cc53f91
Update src/djangooidc/views.py
2024-05-16 13:37:23 -06:00
zandercymatics
3c0facfc9d
Add comments, do cleanup
2024-05-16 13:35:35 -06:00
zandercymatics
bd7660de27
Remove step up acr check
2024-05-16 13:18:45 -06:00
zandercymatics
f3f1b896bb
Fix infinite loop
2024-05-16 12:37:14 -06:00
zandercymatics
28e18e705b
Add biometric
2024-05-16 12:14:03 -06:00
zandercymatics
5bfd6c867f
Add initial setting config
2024-05-15 15:25:00 -06:00
Rachid Mrad
c44490eb14
Merge pull request #2094 from cisagov/rjm/2057-save-phone-number
...
Issue #2057 : Manage user phone number - (no sandbox)
2024-05-03 13:03:23 -04:00
Rachid Mrad
550e6df8b1
lint
2024-05-02 14:49:40 -04:00
Rachid Mrad
c0a967c4ea
cleanup
2024-05-01 14:30:08 -04:00
Rachid Mrad
7160efa515
comment
2024-04-30 13:30:26 -04:00
Rachid Mrad
c6b6c17540
revise logic a bit to ensure user and contact do not overwrite each other
2024-04-30 13:28:03 -04:00
Rachid Mrad
8b36fef5c1
If phone number is already filled in for the associated contact, do not overwrite
2024-04-29 19:41:51 -04:00
Rachid Mrad
781b9f7b81
if phone number is already filled in on user, do not overwrite
2024-04-29 18:39:00 -04:00
zandercymatics
914cab8fc8
Linting fix
2024-04-26 12:21:08 -06:00
zandercymatics
83c7a5cdfd
Linting
2024-04-26 08:11:43 -06:00
zandercymatics
d9408076b1
Fix migrations, PR suggestions
2024-04-26 08:07:50 -06:00
zandercymatics
54b615d7f8
Unit tests
2024-04-23 13:46:20 -06:00
zandercymatics
aa9127875a
Refine logic for fixture users
2024-04-22 10:40:21 -06:00
zandercymatics
a047380b59
Fix logic
2024-04-19 15:44:26 -06:00
zandercymatics
3e7f143a1e
Fix verification type
2024-04-19 15:30:37 -06:00
Rachid Mrad
59c8625102
Merge pull request #1916 from cisagov/rjm/1814-401
...
Issue #1814 : Enhance state mismatch error handling and messaging
2024-03-22 18:05:30 -04:00
Rachid Mrad
d2c6a2df8b
change StateMismatch to inherit AuthenticationFailed
2024-03-20 12:29:12 -04:00
Rachid Mrad
3ea0d90853
lint
2024-03-19 16:51:38 -04:00
Rachid Mrad
e4c1b06f63
unit tests
2024-03-19 16:48:36 -04:00
Rachid Mrad
d04b54a9f9
fix typo
2024-03-19 12:04:46 -04:00
Rachid Mrad
6f8af3f5c3
attempt redirect_attempted pop from session in else clause
2024-03-19 12:03:13 -04:00
zandercymatics
361392ba71
Linting activities
2024-03-18 14:44:27 -06:00
zandercymatics
b4829d650a
Refactor
2024-03-18 12:28:21 -06:00
Rachid Mrad
bdffaca099
formatting
2024-03-15 16:01:42 -04:00
Rachid Mrad
ea43a34dee
Attempt a redirect (once) if there's a state mismatch
2024-03-15 15:34:53 -04:00
Rachid Mrad
63c0aec4b8
enhance state mismatch error message
2024-03-15 14:29:41 -04:00
David Kennedy
f5a1348ccb
updated comment
2024-02-14 17:11:55 -05:00
David Kennedy
3387ec032b
handle logout when no session is present
2024-02-14 12:09:27 -05:00
David Kennedy
69f6f4db0c
added a debug message when client needs to be re-initialized
2024-02-13 10:37:34 -05:00
David Kennedy
9dff75d392
tests for login_callback
2024-02-09 15:28:03 -05:00
David Kennedy
6820456286
openid tests
2024-02-09 14:25:11 -05:00
David Kennedy
1df7dc48df
oidc error on init logs error; oidc re-inits on request if in error state
2024-02-09 08:35:30 -05:00
David Kennedy
2a676260c6
health check to /health, updated testing of /health, cleaned up extraneous debug logging
2024-02-07 13:08:26 -05:00
David Kennedy
80ca25339d
debugging for oidc
2024-02-06 20:34:57 -05:00
David Kennedy
0546bd08e5
suppressed logging from all test cases; made slight changes to handling of exceptions in connection pooling
2024-01-29 18:22:35 -05:00
Rachid Mrad
3f8e5ce204
Revisions on model
2024-01-23 18:15:56 -05:00
Rachid Mrad
510da21934
Implement VIP table and fix 401 login bug
2024-01-18 19:58:53 -05:00
Michelle Rago
e2af9ac153
Text updates to success and error messages ( #1593 )
...
* Text updates to error messages
* Error message text updates
* Error message text updates
* Update to success message text for name server update
* Update to DS data removal warning text
* Success message text updates
* typo fix
* Text updates for success messages
* Update 403 text
* Update 500 error text
* Using example.com instead of city.com
* Putting the period outside the link
* Updated name server minimum error text
* Trying to fix python errors
* Update name server minimum text
* Update errors.py
* Trying to fix python errors
* Update errors.py
* Making error messages agree
* Minor text change
* Fix black error message formatting
* Fixed tests and reformatted
* One last fix?
---------
Co-authored-by: Neil Martinsen-Burrell <neil.martinsen-burrell@gsa.gov>
2024-01-09 09:19:51 -05:00