Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

OIDC: attempt dynamic client registration #11074

Merged
merged 31 commits into from
Jun 22, 2023

Commits on Jun 7, 2023

  1. add delegatedauthentication to validated server config

    Kerry Archibald committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c2a78d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. dynamic client registration functions

    Kerry Archibald committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f946b85 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Merge branch 'develop' into kerry/25466/oidc-validate-wk-mauthenticat…

    …ion-2
    Kerry Archibald committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    223d3ff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kerry/25466/oidc-validate-wk-mauthentication-2' into ke…

    …rry/25468/oidc-client-registration
    Kerry Archibald committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f83499e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. test OP registration functions

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4201725 View commit details
    Browse the repository at this point in the history
  2. add stubbed nativeOidc flow setup in Login

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    314105d View commit details
    Browse the repository at this point in the history
  3. cover more error cases in Login

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6fe2d35 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kerry/25468/test-login' into kerry/25468/oidc-client-re…

    …gistration
    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c473f11 View commit details
    Browse the repository at this point in the history
  5. tidy

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    19dc425 View commit details
    Browse the repository at this point in the history
  6. test dynamic client registration in Login

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    94d5c36 View commit details
    Browse the repository at this point in the history
  7. comment oidc_static_clients

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    67f6c2e View commit details
    Browse the repository at this point in the history
  8. register oidc inside Login.getFlows

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8df0929 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d4de13 View commit details
    Browse the repository at this point in the history
  10. strict fixes

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1a53ad0 View commit details
    Browse the repository at this point in the history
  11. remove unused code

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f9aaa28 View commit details
    Browse the repository at this point in the history
  12. and imports

    Kerry Archibald committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9faa9c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Merge branch 'kerry/25466/oidc-validate-wk-mauthentication-2' into ke…

    …rry/25468/oidc-client-registration
    Kerry committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0f76ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfa18d View commit details
    Browse the repository at this point in the history
  3. comments

    Kerry Archibald committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e920229 View commit details
    Browse the repository at this point in the history
  4. comments 2

    Kerry Archibald committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5389d5c View commit details
    Browse the repository at this point in the history
  5. util functions to get static client id

    Kerry Archibald committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    af63a90 View commit details
    Browse the repository at this point in the history
  6. check static client ids in login flow

    Kerry Archibald committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9c89f41 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'kerry/25468/oidc-client-static-reg' into kerry/25468/oi…

    …dc-client-registration
    Kerry Archibald committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    056a713 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. remove dead code

    Kerry Archibald committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    422823e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kerry/25468/oidc-client-static-reg' into kerry/25468/oi…

    …dc-client-registration
    Kerry Archibald committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8483b2f View commit details
    Browse the repository at this point in the history
  3. OidcRegistrationClientMetadata type

    Kerry Archibald committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a76cde9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1e22f3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'kerry/25468/oidc-client-static-reg' into kerry/25468/oi…

    …dc-client-registration
    Kerry committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f4a2ff2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. use registerClient from js-sdk

    Kerry Archibald committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    71c4b59 View commit details
    Browse the repository at this point in the history
  2. use OidcError from js-sdk

    Kerry Archibald committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    40bfc87 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    c3143f6 View commit details
    Browse the repository at this point in the history