forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge 1.0.0 to our fork #94
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tity in the session Also fix tracing.
Adds LinkedIn as a social sign in provider. Closes ory#2856
The NetID provider omits the issuer claim in the userinfo response. To resolve this issue, the ID token returned by NetID is now validated and its `sub` and `iss` values are used.
- Implemented the translation of `jsonschema.ValidationError` to errors codes documented [here](https://www.ory.sh/docs/kratos/concepts/ui-user-interface#machine-readable-format) - Added missing error codes for relevant schema errors | Validation | Name | ID | | ------------------ | ------------------------------- | ------- | | `maxLength` | ErrorValidationMaxLength | 4000017 | | `minimum` | ErrorValidationMinimum. | 4000018 | | `exclusiveMinimum` | ErrorValidationExclusiveMinimum | 4000019 | | `maximum` | ErrorValidationMaximum | 4000020 | | `exclusiveMaximum` | ErrorValidationExclusiveMaximum | 4000021 | | `multipleOf` | ErrorValidationMultipleOf | 4000022 | | `maxItems` | ErrorValidationMaxItems | 4000023 | | `minItems` | ErrorValidationMinItems | 4000024 | | `uniqueItems` | ErrorValidationUniqueItems | 4000025 | | `type` | ErrorValidationWrongType | 4000026 | - Updated e2e tests to check these IDs explicitly
The `link` strategy for verification now shows a confirmation screen with a "continue" link after successful verification, aligning its behavior to the `code` strategy. Also fixes a bug, where the `default_browser_return_url` of the verification flow was not respected when using the code strategy. Closes https://github.com/ory-corp/cloud#3925 Fixes https://github.com/ory/network#228 Fixes ory/network#224
Merge fixes
adpaste
force-pushed
the
fandom_master_1_0_0
branch
from
February 1, 2024 11:55
09b9974
to
4a3b480
Compare
Co-authored-by: Mikołaj Meller <[email protected]>
adpaste
force-pushed
the
fandom_master_1_0_0
branch
2 times, most recently
from
February 6, 2024 10:13
b6b390b
to
a18ee93
Compare
adpaste
force-pushed
the
fandom_master_1_0_0
branch
from
February 6, 2024 10:14
a18ee93
to
af00b58
Compare
refactor: remove usuned feature PLATFORM-9042
fix: additional cleanup of old data, PLATFORM-9042
* PLATFORM-8899 migrate deleteMultifactorCredential * PLATFORM-8899 migrate settings hook configuration * PLATFORM-8899 migrate webhooks * Update selfservice/hook/web_hook.go * PLATFORM-9039: webhooks reliability * PLATFORM-9039: minor consistency fix with upstream * PLATFORM-9039 fixed tests * PLATFORM-9039 code review notes --------- Co-authored-by: Dawid Korzepa <[email protected]> Co-authored-by: apasternak <[email protected]>
…s - remove our changes to verify if we need them (#101)
PLATFORM-9075 allow 2 webhook response formats temporarily
PLATFORM-8994 add max length password policy
adpaste
force-pushed
the
fandom_master_1_0_0
branch
from
March 5, 2024 08:44
211d1b7
to
5d8de45
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft