Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add WebView support for SAML registration/login flows #4

Open
wants to merge 573 commits into
base: saml
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 13, 2023

  1. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4f8ea02 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fix: respond with 422 when SPA identity requires AAL2 (ory#3572)

    If you submit a browser login flow with an `Accept` header of `application/json`, but the login flow requires AAL2, then there is no way for the code to know it needs to redirect the user to the 2FA page. Instead of responding with the `Session` in this scenario, this PR changes the behaviour to respond with a `browser_location_change_required` error (status `422`) to indicate that the browser needs to open a specific URL, /self-service/login/browser?aal=aal2. 
    
    Co-authored-by: Henning Perl <henning.perl@ory.sh>
    BrandonNoad and hperl authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    df18c09 View commit details
    Browse the repository at this point in the history
  2. feat: login with code on any credential type (ory#3549)

    Should be able to login with the `code` credential even if the user did not register on the `code` credential. 
    Only `identifier` matching is done and validation based on the identity schema.
    Benehiko authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ceed7d5 View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4b7fd0d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    569b14a View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7b63379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5b4aaa View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    afed81d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. chore: bump to Go 1.21

    alnr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    31faa2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fb8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18b89ea View commit details
    Browse the repository at this point in the history
  4. feat: webhook analytic events

    alnr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9c8a25e View commit details
    Browse the repository at this point in the history
  5. feat: add WebhookSucceeded event

    alnr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    aa8c936 View commit details
    Browse the repository at this point in the history
  6. fix: on verification required after registration, preserve return_to (o…

    …ry#3589)
    
    * fix: on verification required after registration, preserve return_to
    
    * test: return_to on verification flow
    
    * chore: refactor
    
    Co-authored-by: Jonas Hungershausen <jonas.hungershausen@ory.sh>
    
    ---------
    
    Co-authored-by: Jonas Hungershausen <jonas.hungershausen@ory.sh>
    Benehiko and jonas-jonas authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6a0a914 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix: change shebangs and makefile from /bin/bash to /usr/bin/env bash (

    …ory#3597)
    
    * makefile fix
    
    Signed-off-by: nxy7 <lolnoxy@gmail.com>
    
    * shebangs changed to /usr/bin/env bash
    
    Signed-off-by: nxy7 <lolnoxy@gmail.com>
    
    ---------
    
    Signed-off-by: nxy7 <lolnoxy@gmail.com>
    nxy7 authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1343bbb View commit details
    Browse the repository at this point in the history
  2. fix: consider OIDC registration flows errored with duplicate credenti…

    …al to be completed by strategy (ory#3525)
    
    Returning anything else here may cause Kratos to respond with two concatenated JSON objects: new login flow with actual error message as the first one and a very confusing '500, aborted registration hook execution' as the second one.
    Saancreed authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3e3c789 View commit details
    Browse the repository at this point in the history
  3. fix: return HTTP 400 if key unmarshal fails (ory#3594)

    * fix: return HTTP 400 if key unmarshal fails
    
    * fix: apply reviewer's suggestion, prepare for  bump
    
    * fix: follow up reviewer suggestion from ory/x
    
    * chore: bump ory/x
    nipsufn authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fdf4956 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    985474c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. fix: registration should accept hydra login (ory#3592)

    * fix: registration should accept hydra login
    
    * fix: oauth2 registration flow with session
    
    * wip: registration oauth flow tests
    
    * wip: refactor oauth flows test
    
    * wip: refactor op_registration_test
    
    * wip: oauth provider registration test
    
    * wip: refactor oauth flows test
    
    * fix(test): oauth provider login
    
    * style: format
    Benehiko authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7a47827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c608b9 View commit details
    Browse the repository at this point in the history
  3. feat: parametrize courier worker (ory#3601)

    Allows one to parametrize how many messages the courier will fetch and how often it will fetch messages.
    aeneasr authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0e4be57 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dffcdef View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    316cd4a View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3b75f37 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. feat: link oidc credentials when login (ory#3563)

    When user tries to login with OIDC for the first time but has already registered before with email/password a credentials identifier conflict may be detected by Kratos. In this case user needs to login with email/password first and then link OIDC credentials on a settings screen.
    This PR simplifies UX and allows user to link OIDC credentials to existing account right in the login flow, without
    switching to settings flow.
    
    Closes ory#2727
    Closes ory#3222
    hperl authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b784949 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    58bd38f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52639e6 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8150bdb View commit details
    Browse the repository at this point in the history
  5. Revert "fix: re-add exported symbols (ory#3611)"

    This reverts commit 52639e6.
    hperl committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8cc83bc View commit details
    Browse the repository at this point in the history
  6. Revert "chore: simplify courier code (ory#3603)"

    This reverts commit 316cd4a.
    hperl committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7c54c9f View commit details
    Browse the repository at this point in the history
  7. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    139a11c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    843a215 View commit details
    Browse the repository at this point in the history
  2. fix: omit irrelevant OIDC providers in forced refresh login flows (or…

    …y#3608)
    
    Whenever an user is asked to reauthenticate (e.g. because they wish to execute settings flow touching their credentials and their session is no longer privileged) they are asked to provide their credentials again. The forced-refresh login flow generated for such cases already excludes some strategies that are enabled in Kratos but cannot be used to authenticate as current identity, and for example the form presented to the user will not have a password field if the identity does not have a password credential.
    
    This, however, does not currently apply to OIDC providers; the user will always see the full set even if some of them can't be used to sign in as current identity. This change causes forced refresh login flows to also omit irrelevant OIDC providers in generated form in order to avoid confunding the user about which strategies/providers are valid and can actually be used to reauthenticate.
    Saancreed authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    912dccd View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2474864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7c6767 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    b2b231e View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4364ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa648d View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    32299d5 View commit details
    Browse the repository at this point in the history
  5. feat: batch list identities (ory#3598)

    This change allows to filter `GET /admin/identities` by ID with the following syntax:
    
    ```
    /admin/identities?ids=id1&ids=id2&ids=id3
    ```
    
    Closes ory#2448
    nxy7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8ad54f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ade1a5a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    9396bb0 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e81e892 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. feat: add support for recovery on native flows (ory#3273)

    ---------
    
    Co-authored-by: Henning Perl <henning.perl@ory.sh>
    Co-authored-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
    Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
    4 people authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e363889 View commit details
    Browse the repository at this point in the history
  2. feat(changelog): add support for native recovery (ory#3624)

    Adds the ability to complete the recovery flow properly on API flows. This PR also streamlines the behavior for SPA flows to not return 422 errors anymore. To enable this new behavior, set the features.use_continue_with_transitions flag in the config to `true`.
    
    See also ory#3273
    jonas-jonas authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    492808c View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f6fde34 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix: improved SSRF protection (ory#3629)

    This also improves tracing in the OIDC strategy.
    alnr authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6d08576 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    ee138ec View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1a098b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c7068c View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3735f1c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    8cb9e4c View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7c0e02e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    180828e View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bbf874f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    309c506 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    52c7d3b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    be907db View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8a26136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5dede3 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    af7d1af View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    fe4ac43 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3df0d77 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (o…

    …ry#3634)
    
    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6cf7fc5 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3860705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa5ec93 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    06c27f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. fix: don't return nil if code is invalid (ory#3662)

    * fix: don't return nil if code is invalid
    
    * chore: add test
    jonas-jonas authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    df8ec2b View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0c5ea9b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (ory#3666)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0.
    - [Commits](golang/crypto@v0.15.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ec42f2f View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d21e167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae8cbdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3a3c4f View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    699e5d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: rename "phone" courier channel to "sms" (ory#3680)

    Co-authored-by: zepatrik <zepatrik@users.noreply.github.com>
    jonas-jonas and zepatrik authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    eb8d1b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    a2f79c3 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c251cb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c1470a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee0af6c View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4ce179a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    1da8180 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    55560a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    d93570d View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5a192f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d26e09 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    03d3f47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    688111c View commit details
    Browse the repository at this point in the history
  6. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f633959 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4908db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    793a368 View commit details
    Browse the repository at this point in the history
  9. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1792dc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. feat: extend Microsoft Graph API capabilities (ory#3609)

    This change queries for all user information available with the `User.Read` scope
    during OIDC, and populates the `RawClaims` field.
    moose115 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4a7bcc9 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    96dba50 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: lint

    alnr committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e8740c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1254bf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a52ddf View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ce6b11a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    757a5e4 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f1493c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. feat: support MFA via SMS (ory#3682)

    ---------
    
    Co-authored-by: zepatrik <zepatrik@users.noreply.github.com>
    jonas-jonas and zepatrik authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1516cf6 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0e45e87 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Revert "feat: extend Microsoft Graph API capabilities (ory#3609)" (or…

    …y#3717)
    
    This reverts commit 4a7bcc9.
    
    Co-authored-by: Arne Luenser <arne.luenser@ory.sh>
    jonas-jonas and alnr authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    549308d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    4b881ca View commit details
    Browse the repository at this point in the history
  2. feat: claims from userinfo endpoint (ory#3718)

    * feat: claims from userinfo endpoint
    
    * chore: update libraries
    
    * test: improve coverage
    hperl authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    90bdc61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f1a09 View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    988be61 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    67360cf View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8384f10 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    bff9c61 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/lestrrat-go/jwx from 1.2.26 to 1.2.28 (o…

    …ry#3710)
    
    Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.26 to 1.2.28.
    - [Release notes](https://github.com/lestrrat-go/jwx/releases)
    - [Changelog](https://github.com/lestrrat-go/jwx/blob/v1.2.28/Changes)
    - [Commits](lestrrat-go/jwx@v1.2.26...v1.2.28)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lestrrat-go/jwx
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f082f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c85d95f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    12166b4 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    35a820b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3bfa10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b8ae74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd79950 View commit details
    Browse the repository at this point in the history
  6. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    34751a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    241a911 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    af55834 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    84149c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deeb165 View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dbb3a7e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    bf5f8c3 View commit details
    Browse the repository at this point in the history
  2. chore: synchronize workspaces

    aeneasr committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0ec3a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e565d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d7021d View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cfa3074 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    40ed809 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    72bdeda View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    f47675b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d94530a View commit details
    Browse the repository at this point in the history
  3. autogen(docs): generate and bump docs

    [skip ci]
    ory-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d755fbb View commit details
    Browse the repository at this point in the history
  4. autogen: add v1.1.0 to version.schema.json

    [skip ci]
    ory-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6638c3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b291c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c905f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087748c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    037bdf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b685fa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d7372e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7e5144 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f5192f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7277368 View commit details
    Browse the repository at this point in the history
  9. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a1bf427 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix: test assertions on declassifying OIDC tokens (ory#3773)

    Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
    jonas-jonas and aeneasr authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7f8a7f1 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9710549 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    930fb19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ce470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee5844 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    7c68c5a View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dfc931f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6db689 View commit details
    Browse the repository at this point in the history
  4. fix: audit issues (ory#3797)

    hperl authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7017490 View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f8fbb00 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    04390be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7cd23 View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ecbd1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    c9dcce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1fd81 View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0f81b76 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. chore(deps): bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 (o…

    …ry#3812)
    
    Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.28 to 1.2.29.
    - [Release notes](https://github.com/lestrrat-go/jwx/releases)
    - [Changelog](https://github.com/lestrrat-go/jwx/blob/v1.2.29/Changes)
    - [Commits](lestrrat-go/jwx@v1.2.28...v1.2.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lestrrat-go/jwx
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0f3d082 View commit details
    Browse the repository at this point in the history
  2. feat: PassKeys with Resident Keys and two-step registration (ory#3748)

    BREAKING CHANGES: This feature enables two-step registration per default. Two-step registration is a significantly improved sign up flow and recommended when using more than one sign up methods. To disable two-step registration, set `selfservice.flows.registration.enable_legacy_flow` to `true`. This value defaults to `false`.
    hperl authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3621411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b47554b View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (o…

    …ry#3805)
    
    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.1...v3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    49e1a39 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. feat: linkedin v2 provider (ory#3804)

    * feat: add linkedin-v2 provider
    
    * docs: document linkedin special-case
    hperl authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a6ad983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1459403 View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bdf992e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    9ddf7cc View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fa5a112 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat: use authenticate endpoint for x (ory#3833)

    Improves the "Log in with X" experience by not asking the user to re-authenticate every time.
    aeneasr authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3d9ba5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ebdfd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    43e4ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    718cb7c View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cd92f2a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    8f8fd90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa806aa View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    34399c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01b670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60537a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. fix: tolerate more "truthy" values when creating new flows (ory#3841)

    Use strconv.ParseBool to accept multiple "truthy" values for the
    `refresh` and `return_session_token_exchange_code` query parameters when
    creating a new login flow.
    
    For some SDKs (e.g.: Python), these stringification of booleans is not
    user-controlled and these endpoints could not be used fully due to the
    backend ignoring any value other than `true` (all lowercase).
    
    Closes ory#3839
    ngc7293 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    49d93c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f0231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c08b3ad View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    5aad1c1 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b7fd23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eee972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad0619d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da90502 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

  1. fix: webhook transient payload in OIDC login flows (ory#3857)

    * fix: transient payload with OIDC login
    hperl authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2cdfc70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b132c94 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    660f330 View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f696fcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e63d06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb67bed View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    11d221a View commit details
    Browse the repository at this point in the history
  2. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b96c6a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b275f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    386078e View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9fa25b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix: always issue session last (ory#3876)

    In post persist hooks, the session issuance hook always needs
    to come last. This fixes the getHooks function to ensure this.
    hperl authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e942507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da51dcd View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    31f77b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    696cc1b View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ddbea20 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    e06c241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473e17c View commit details
    Browse the repository at this point in the history
  3. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9c69ef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    63d785e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6f91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f9a4f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix: respect return_to in OIDC API flow error case (ory#3893)

    * fix: respect return_to in OIDC API flow error case
    
    This fix ensures that we redirect the user to the return_to URL
    when an error occurs during the OIDC login for native flows.
    
    Native flows are initialized through the API, and the browser
    URL is retrieved from a 422 response after a POST to submit the
    login flow. Successful OIDC flows already returned the `code` to
    the `return_to` URL. Now, unsuccessful flows return the `flow` with
    the current flow ID (which might have changed), so that the caller
    can retrieve the full flow and act accordingly.
    
    * fix: ignore trivvy CVE report
    
    Bump in distroless is still open
    hperl authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e8f1bcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec90929 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c435727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da6b38a View commit details
    Browse the repository at this point in the history
  5. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    41310b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix: db index and duplicate credentials error (ory#3896)

    * fix: don't return password cred type if empty
    * fix: better index for config.user_handle on identity_credentials
    hperl authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9f34a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8e1b5 View commit details
    Browse the repository at this point in the history
  3. fix: close res body (ory#3870)

    Signed-off-by: guoguangwu <guoguangwug@gmail.com>
    testwill authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cc39f8d View commit details
    Browse the repository at this point in the history
  4. autogen(docs): regenerate and update changelog

    [skip ci]
    ory-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    264395a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. chore: fix function name in comment (ory#3869)

    Signed-off-by: camcui <cuishua@sina.cn>
    Co-authored-by: Jonas Hungershausen <jonas.hungershausen@ory.sh>
    camcui and jonas-jonas authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3ecdf2b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    cd01cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644e669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5d3b0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5288bc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9dbaad View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    1a9a096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcbb77 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    83792ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9730e09 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 29, 2024

  1. test: resolve flaky e2e tests (ory#3935)

    * test: resolve flaky code registration tests
    
    * chore: don't fail logout if cookie is not found
    
    * chore: remove .only
    
    * chore: reduce wait
    
    * chore: u
    
    * chore: u
    
    * chore: u
    jonas-jonas authored May 29, 2024
    Configuration menu
    Copy the full SHA
    a14927d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    050a4dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbbac77 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    25d1ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c06689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2baecae View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 11, 2024

  1. all commits before 2024 rebase

    feat(saml): api flow support (PS-35)
    
    all commits before Jan 2024
    
    fix(saml): applied recent changes from ovh/saml branch (PS-35)
    
    fix(saml): fixed compilation errors after rebase (PS-35)
    
    feat: extend admin api to read SAML providers configs (CORE-966)
    
    (cherry picked from commit a55dee2)
    
    ignore: add test to check token is valid in webview flow (CORE-2202)
    
    (cherry picked from commit 2cee177)
    
    feat(saml): add “provider id” parameter to kratos session (CORE-2073)
    
    (cherry picked from commit ffa32d7)
    
    feat(oidc): add “provider id” parameter to kratos session (CORE-2073)
    
    (cherry picked from commit ddea269)
    
    feat: link credentials when second login is OIDC (CORE-2041)
    
    (cherry picked from commit 2a0b706)
    
    feat: extend SAML cookie lifetime and set SameSite to None (CORE-2024)
    
    (cherry picked from commit ef9918f)
    
    feat: extend SAML cookie lifetime and set SameSite to None (CORE-2024)
    
    (cherry picked from commit 7c6352a)
    
    fix: panic when linked flow does not exist (CORE-2017)
    
    (cherry picked from commit 98597ef)
    
    feat(saml): return flow id when doing sso webview first login and email already exists (CORE-1986)
    
    (cherry picked from commit 10690c8)
    
    feat(saml): return error in webview redirect url when provider is not found (CORE-1982)
    
    (cherry picked from commit 58be1df)
    
    fix(saml): missed CSRF token when login with Google SAML and email is already used (CORE-1975)
    
    (cherry picked from commit d808af6)
    
    feat: link credentials when login - add LoginAndLinkCredentials method to login and registrations flows
    
    (cherry picked from commit a6b8ad1)
    
    feat: link credentials when login
    
    (cherry picked from commit 9ea2707)
    
    fix(saml): saml settings link redirect path
    
    (cherry picked from commit 514b47b)
    
    feat(saml): saml link/unlink
    
    (cherry picked from commit 2cf82e8)
    
    fix(saml): forward to registration flow when user with email is found
    
    (cherry picked from commit 8f145c8)
    
    fix(saml): forward to registration flow when user with email is found
    
    (cherry picked from commit 58165d5)
    
    fix(saml): An error occurred while retrieving the middeware, it is null
    
    (cherry picked from commit c00246a)
    
    fix(saml): saml creates identity with wrong default schema id
    
    (cherry picked from commit 995d429)
    
    fix(saml): add debug info to errors
    
    (cherry picked from commit ef7fab2)
    
    fix(saml): add debug info to errors
    
    (cherry picked from commit e836c74)
    
    feat(saml): set login flow error code and message if provider not found
    
    (cherry picked from commit 2ac84f4)
    
    feat(saml): support WebView flow for saml strategy
    
    (cherry picked from commit dceaea1)
    
    feat(saml): relaystate continuity fix + unit tests
    Signed-off-by: sebferrer <sebferrer@users.noreply.github.com>
    
    Co-authored-by: ThibaultHerard <thibaultherard10@gmail.com>
    (cherry picked from commit aeb172c)
    
    feat(saml): improved error handling
    Signed-off-by: ThibaultHerard <thibaultherard10@gmail.com>
    
    Co-authored-by: sebferrer <sebferrer@users.noreply.github.com>
    (cherry picked from commit 37f7bbe)
    
    feat(saml): use ory/x fetcher
    Signed-off-by: ThibaultHerard <thibaultherard10@gmail.com>
    
    Co-authored-by: sebferrer <sebferrer@users.noreply.github.com>
    (cherry picked from commit b26f11d)
    
    feat(saml): saml 2.0 implementation
    Signed-off-by: ThibaultHerard <thibaultherard10@gmail.com>
    
    Co-authored-by: sebferrer <sebferrer@users.noreply.github.com>
    Co-authored-by: psauvage <psauvage0@users.noreply.github.com>
    Co-authored-by: alexGNX <alexGNX@users.noreply.github.com>
    Co-authored-by: Stoakes <Stoakes@users.noreply.github.com>
    (cherry picked from commit 3f5480f)
    ThibHrrd authored and splaunov committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9ef0a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

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

Commits on Nov 4, 2024

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