Add implicit authentication flow #255

Merged
pierre merged 4 commits from implicit_flow into master 2024-03-28 21:13:27 +00:00
Owner

Test client config:

- id: mytest
  name: Test
  description: Test implicit authentication flow
  redirect_uri: http://localhost:56978/redir
  enforce_2fa_auth: false

Test login URL: http://192.168.1.41.nip.io:8000/openid/authorize?client_id=mytest&redirect_uri=http%3A%2F%2Flocalhost%3A56978%2Fredir&response_type=id_token&scope=openid+email+profile&nonce=a83823c6-cb15-491d-a116-9b4977028966

Test client config: ```yaml - id: mytest name: Test description: Test implicit authentication flow redirect_uri: http://localhost:56978/redir enforce_2fa_auth: false ``` Test login URL: http://192.168.1.41.nip.io:8000/openid/authorize?client_id=mytest&redirect_uri=http%3A%2F%2Flocalhost%3A56978%2Fredir&response_type=id_token&scope=openid+email+profile&nonce=a83823c6-cb15-491d-a116-9b4977028966
pierre added 1 commit 2024-03-28 17:07:04 +00:00
Update README
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
5a0f27271e
pierre added 1 commit 2024-03-28 17:27:20 +00:00
Make state optional
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
719416eea9
pierre added 1 commit 2024-03-28 17:58:59 +00:00
Refactor code to prepare support of implicit flow
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
24c7072c0c
pierre added 1 commit 2024-03-28 20:58:14 +00:00
Start to issue id_token
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
a600d4af71
pierre changed title from WIP: Add implicit authentication flow to Add implicit authentication flow 2024-03-28 21:13:06 +00:00
pierre merged commit 0a5649fcb9 into master 2024-03-28 21:13:27 +00:00
pierre deleted branch implicit_flow 2024-03-28 21:13:27 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/BasicOIDC#255
No description provided.