0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/core/src/libraries
simeng-li 187847b093
feat(core): consume IdP initiated session on SSO verification flow (#6669)
* feat(core): consume IdP initiated session on SSO verification flow

Auto consume the IdP initiated SAML SSO session on the SSO sign-in verification flow

* refactor(core): remove offline_access scope by default

remove the offline_access scope by default

* test(core): add unit test cases

add unit test cases
2024-10-15 10:47:25 +08:00
..
hook refactor: fix tests 2024-06-06 19:09:40 +08:00
sign-in-experience feat(core,schemas): init auth flow for IdP initiated SAML SSO (#6668) 2024-10-14 15:39:05 +08:00
application.ts refactor(core): update relation queries 2024-06-19 14:21:15 +08:00
cloud-connection.test.ts feat(core): undeploy worker scripts when jwt customizer is deleted (#5685) 2024-04-12 03:05:11 +00:00
cloud-connection.ts Revert "Revert "refactor: add report:subscription:updates Cloud scope"" (#6415) 2024-08-21 08:51:03 +00:00
connector.test.ts refactor(toolkit,connector,core,cli): cache access token for logto email service (#4309) 2023-08-11 15:43:09 +08:00
connector.ts feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
domain.test.ts feat(core,schemas): add block domain list (#5234) 2024-01-15 15:45:00 +08:00
domain.ts feat(core): sync protected app domain status (#5257) 2024-01-22 03:35:46 +00:00
jwt-customizer.script-merging.test.ts refactor: reorg the implementation 2024-04-25 21:20:19 +08:00
jwt-customizer.ts feat(console,core): remove custom token claims api context dev guard (#6553) 2024-09-09 16:57:44 +08:00
logto-config.ts refactor: implement request id (#5813) 2024-05-01 15:49:01 +00:00
organization-invitation.ts refactor(core): update naming and fix typos 2024-06-21 20:13:52 +08:00
passcode.test.ts feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
passcode.ts feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
phrase.test.ts refactor: ui -> experience (part 2) 2023-09-15 10:29:41 +08:00
phrase.ts refactor: ui -> experience (part 2) 2023-09-15 10:29:41 +08:00
protected-app.test.ts fix(core,schemas): use database index to prevent subdomain conflict (#5326) 2024-01-30 11:53:27 +08:00
protected-app.ts refactor(core): guard status from request errors (#5343) 2024-01-31 17:45:27 +08:00
quota.ts refactor: update display, quota guard and usage report logic for enterprise users (#6565) 2024-09-11 12:26:39 +00:00
role-scope.ts fix(core): mgmt API scopes are not assignable to user roles (#5425) 2024-02-27 03:19:59 +00:00
scope.ts refactor(core,schemas): refactor to improve lib method performance 2024-03-20 00:47:56 +08:00
session.test.ts feat(core,schemas): update consent info (#5822) 2024-05-09 13:32:31 +08:00
session.ts feat(core,schemas): update consent info (#5822) 2024-05-09 13:32:31 +08:00
social.ts feat(core): google one tap 2024-06-16 14:31:33 +08:00
sso-connector.test.ts feat(core): consume IdP initiated session on SSO verification flow (#6669) 2024-10-15 10:47:25 +08:00
sso-connector.ts feat(core): consume IdP initiated session on SSO verification flow (#6669) 2024-10-15 10:47:25 +08:00
user.test.ts feat(core,schemas): add support for argon2d and argon2id (#6404) 2024-08-06 07:12:47 +00:00
user.ts feat(core,schemas): add support for argon2d and argon2id (#6404) 2024-08-06 07:12:47 +00:00
user.utils.ts feat(core,schemas): implement the username password registration flow (#6249) 2024-07-16 16:18:30 +08:00
verification-status.ts fix(core): should be able to update password in profile if verified via email (#6511) 2024-08-23 08:51:15 +00:00
verification.ts feat(core): add and change primary email (#6643) 2024-10-09 10:21:25 +08:00