Commit graph

30 commits

Author SHA1 Message Date
David J. Allen
7022801fe9
Implemented IDP registered clients and callbacks 2024-04-30 14:44:57 -06:00
David J. Allen
bc5e693425
Changed the IDP oauth endpoints to oauth2 2024-04-30 12:45:02 -06:00
David J. Allen
e940dc2dd9
Fixed IDP endpoint overrides not working correctly 2024-04-30 11:32:28 -06:00
David J. Allen
73e4e50d44
Made it possible to override certain example IDP endpoints 2024-04-29 18:45:30 -06:00
David J. Allen
f10a771db6
Added missing IDP function back 2024-04-29 14:58:51 -06:00
20ba7bc735
Separated server and IDP code into different files 2024-04-28 13:23:25 -06:00
David J. Allen
447c9fb5e9
Reverted token fetch in server 2024-04-26 15:56:25 -06:00
David J. Allen
20206ea4c1
Changed login button to use <a href> tags with no JS 2024-04-26 15:37:09 -06:00
David J. Allen
6d2f488a6b
Refactored login page and process 2024-04-23 13:17:41 -06:00
David J. Allen
61a35c165d
WIP refactoring login 2024-04-18 16:02:43 -06:00
David J. Allen
2e117bea36
Removed write headers for .well-known endpoints 2024-04-18 12:55:38 -06:00
David J. Allen
b45821e587
Changed .well-known endpoints to write status codes 2024-04-18 12:40:25 -06:00
David J. Allen
0ca88e1a84
Added identity provider server 2024-04-17 17:26:29 -06:00
David J. Allen
7c33b71e97
Changed the /token endpoint to return token as response 2024-03-25 14:51:52 -06:00
David J. Allen
ce2d90bc6a
Added healthcheck with /status endpoint 2024-03-21 14:06:31 -06:00
David J. Allen
5173701fa0
Made changes to get client credentials grant working 2024-03-20 16:52:08 -06:00
David J. Allen
fddcc8d6af
Fixed issue with scope not being added to token 2024-03-19 15:01:47 -06:00
d0f8c9087d
Added token refresh flag 2024-03-19 11:21:05 -06:00
David J. Allen
c25e3e2e1e
Added more to refresh token flow implementation 2024-03-18 16:03:37 -06:00
16ec8fc422
Added refresh token flow 2024-03-18 11:05:13 -06:00
56ea3290a6
Removed unused code, wrapped verbose prints, and added error page template 2024-03-13 00:40:02 -06:00
de6d375619
Changed sending access token in header instead of body 2024-03-11 16:07:58 -06:00
d0fd0d8714
Added debug prints for access token target 2024-03-11 16:04:39 -06:00
0b9c1a74d0
Added target query param to login endpoint 2024-03-11 14:32:10 -06:00
f6bf8a8960
More refactoring and code restructure 2024-03-10 20:20:53 -06:00
1f9466ee64 Removed server file 2024-02-23 16:32:51 -07:00
51ec06f205 Fixed token output after fetch 2024-02-21 21:05:55 -07:00
2778dacdf5 Updated README.md and fixed issue fetching token 2024-02-21 20:59:48 -07:00
5bae300daa Added ability to get authorization code 2024-02-21 20:26:25 -07:00
053095c412 Added CLI and more functionality 2024-02-21 17:51:59 -07:00