Commit Graph

54 Commits

Author SHA1 Message Date
Dusan Jakub
dedcf5115e add a utility route to restart state 2023-09-27 12:07:08 +02:00
Dusan Jakub
c802bea639 webauthn - add a stealthy link from regular login page 2023-09-27 10:48:54 +02:00
Dusan Jakub
07bc7f9a8b webauthn - fix login 2023-09-27 10:26:21 +02:00
Dusan Jakub
e3c506c753 webauthn - UI fixes, scrolling 2023-09-27 10:26:21 +02:00
Dusan Jakub
e746406825 for demo purposes, just allow adding credentials to existing users 2023-09-27 10:26:21 +02:00
Dusan Jakub
6c9dbc754c more allowed redirects 2023-09-27 09:12:20 +02:00
Dusan Jakub
fc0af19981 Passwordless login redirect (but it doesn't work yet) 2023-09-26 16:08:46 +02:00
Dusan Jakub
7cc76c3e99 Passwordless login redesign 2023-09-26 16:02:33 +02:00
Dusan Jakub
4af7230e5d Passwordless login redesign 2023-09-26 15:56:33 +02:00
konarfil
3ca1bde61b Error and success screens redesigned 2023-09-26 14:00:47 +02:00
Dusan Jakub
37c7c76704 First stab at integrating webauthn login to the rest 2023-09-26 13:57:15 +02:00
konarfil
90d1357809 Remove wrong session input 2023-09-26 13:46:25 +02:00
konarfil
5c4c2a1a46 Device Login redesign 2023-09-26 13:42:23 +02:00
Dusan Jakub
cb309096f8 use common layout for login and consents 2023-09-26 13:14:52 +02:00
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