Commit Graph

40 Commits

Author SHA1 Message Date
konarfil a43336567a Merge branch 'master' of https://github.com/ysoftdevs/oauth-playground-server 2023-09-26 12:54:31 +02:00
konarfil e9b240e8a7 Consent should be checked by default 2023-09-26 12:54:25 +02:00
Dusan Jakub a391d628bf webauthn tracer somewhat working now 2023-09-26 12:50:18 +02:00
Dusan Jakub 99f62423a9 WIP webauthn tracer 2023-09-26 12:50:18 +02:00
konarfil ebb18f5e9a Fix 2023-09-26 12:50:08 +02:00
konarfil 31de1f88fe Consents page redesign 2023-09-26 12:47:15 +02:00
konarfil 5b14211214 Login page redesign to materialize 2023-09-26 12:32:11 +02:00
Dusan Jakub 2ca31e9890 DAG interval lengthened to 5 sec 2023-09-26 09:37:29 +02:00
Dusan Jakub c158b90fb2 DAG interval shortened to 1 sec 2023-09-26 09:22:16 +02:00
Dusan Jakub 0fa736afa3 WIP webauthn tracer 2023-09-25 17:25:55 +02:00
Dusan Jakub f4d2ac3899 WIP webauthn 2023-09-25 16:55:29 +02:00
Dusan Jakub 9a0c3988e2 add another user / user 2023-09-25 15:51:41 +02:00
Dusan Jakub d493352963 typo 2023-09-25 15:36:27 +02:00
Dusan Jakub 1e615b2566 allow multiple redirect uris per client 2023-09-25 15:24:43 +02:00
Dusan Jakub dca982327c add clients 2023-09-25 15:10:33 +02:00
Dusan Jakub 9d3aa6e976 build uber jar 2023-09-25 14:48:14 +02:00
Dusan Jakub 5462333ed0 WIP webauthn - fix a security issue when anyone could register a new credential in existing user's name 2023-09-25 11:27:12 +02:00
Dusan Jakub 5a677721df WIP webauthn - a dummy frontend 2023-09-20 17:52:42 +02:00
Dusan Jakub b0637e8541 WIP webauthn - backend 2023-09-20 17:26:57 +02:00
Dusan Jakub 8ec906c0b8 refactor tests, introduce TokenEndpointCall 2023-09-19 21:53:29 +02:00
Dusan Jakub e081da00da error handling split among:
1. user visible exception (directly shown to users as html)
2. redirect exception (pass back to redirect uri)
3. api exception (json)
2023-09-19 21:23:38 +02:00
Dusan Jakub 470600d7f1 error template 2023-09-19 10:39:11 +02:00
Dusan Jakub 4b9c991439 remove deprecated error constructor 2023-09-19 10:35:22 +02:00
Dusan Jakub d6bd44e799 DAG authorization pending - now correctly in JSON with standard code 2023-09-19 10:30:56 +02:00
Dusan Jakub 9a7a437153 DAG authorization pending - now correctly in JSON 2023-09-18 19:14:32 +02:00
Dusan Jakub 24a4235bf8 DAG authorization pending - test mistakenly accepting HTML instead of JSON 2023-09-18 19:04:56 +02:00
Dusan Jakub fc039750b2 fix verification url generation, rewrite DAG test 2023-09-18 18:29:42 +02:00
Dusan Jakub 650dbdb074 test of Auth Code Grant flow 2023-09-18 15:50:08 +02:00
Dusan Jakub aff39b8d26 remove generated GreetingResource 2023-09-18 14:19:49 +02:00
Dusan Jakub 2b2616cbe7 Device Auth. Grant - redden device token, get token 2023-09-18 14:17:37 +02:00
Dusan Jakub 6de8c49b12 Device Auth. Grant - the web browser part 2023-09-18 13:02:26 +02:00
Dusan Jakub 47cc55d87f PKCE 2023-09-15 17:12:38 +02:00
Dusan Jakub bcba2d00b3 Implicit flow 2023-09-15 15:06:58 +02:00
Dusan Jakub 5eecf5ec6d Token response 2023-09-15 14:12:14 +02:00
Dusan Jakub 38403ff828 Token Endpoint 2023-09-15 14:06:27 +02:00
Dusan Jakub e703ca25a1 WIP scopes screen and session management 2023-09-13 15:37:08 +02:00
Dusan Jakub 451eccfe00 Client and user validation 2023-09-13 10:32:52 +02:00
Dusan Jakub ea1cc69f8d Login submit 2023-09-11 16:53:09 +02:00
Dusan Jakub 42dc3e4e5c Login page 2023-09-11 16:32:56 +02:00
Dušan Jakub 24f51490d5 Quarkus template 2023-09-11 15:45:31 +02:00