Gao Sun
136320584f
feat: automatic social account linking ( #5881 )
...
* feat: automatic social account linking
* chore: add integration tests
* chore: add changeset
2024-06-08 20:23:57 +08:00
simeng-li
7a279be1fc
refactor(core,schemas): add user detail payload to User.Deleted webhook event ( #5986 )
...
* refactor(core,schemas): add user detail payload to User.Deleted DataHook event
add user detail data payload to the User.Deleted DataHook event
* fix(core): fix unit test
fix unit test
2024-06-04 11:09:27 +00:00
Xiao Yijun
eacec10ac4
chore: remove dev flags and add changeset for m2m guide feature ( #5983 )
2024-06-04 14:03:50 +08:00
silverhand-bot
0decba0308
release: version packages ( #5868 )
2024-05-31 23:48:43 +08:00
Gao Sun
a0b19513bb
feat(console): show version number for oss ( #5950 )
2024-05-31 18:05:20 +08:00
simeng-li
0c70d65c7b
feat(core,toolkit): add new sso_identities claim ( #5955 )
...
* feat(core,toolkit): add new sso_identities claim
add new sso_identities claim to the userinfo endpoint
* chore: update changeset
update changeset
* chore: update comments
update comments
* refactor(core): use findUserSsoIdentites query method in user library
use findUserSsoIdentites query method in user library
2024-05-31 06:31:26 +00:00
Darcy Ye
0b5b15b969
feat(connector): add DingTalk web connector changeset ( #5940 )
2024-05-31 12:31:24 +08:00
Charles Zhao
07ac3e87ce
chore: update translate cli ( #5906 )
...
* chore: update translate cli
* chore: add changeset
2024-05-30 11:47:47 +08:00
Charles Zhao
558986d28d
fix(core,console): update invalid documentation links in console and core ( #5937 )
...
fix(core,console): update invalid documentation links in console and core cli
2024-05-30 10:17:42 +08:00
simeng-li
458746c9ac
fix(core): fix azure oidc sso connector authorization error ( #5912 )
...
* fix(core): fix azure oidc sso connector authorization error
fix azure oidc sso connector authorization error
* chore: add changeset
add changeset
* chore: update changeset
update changeset
* fix(core): dynamicly verify multi-tenant azure oidc issuer
dynamicly verify multi-tenant azure oidc issuer
2024-05-29 13:30:56 +08:00
Darcy Ye
c95755502d
fix(connector): fix GitHub connector GET /emails forbidden error ( #5925 )
...
* fix(connector): fix GitHub connector GET /emails forbidden error
* chore: adopt suggestion
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-05-29 04:24:04 +00:00
Xiao Yijun
25d67f33f3
feat: create pre-configured role with m-api access when seeding db ( #5908 )
2024-05-23 13:58:41 +08:00
simeng-li
b5104d8c19
feat(console,core): remove DataHook devFeature guard ( #5898 )
...
* feat(console,core): remove DataHook devFeature guard
remove DataHook devFeature guard
* chore: add changeset
add changeset
* chore: update changesets
update changesets
2024-05-22 11:20:09 +08:00
simeng-li
cb1a38c405
refactor(experience): add global loading status on page redirect ( #5774 )
...
* refactor(experience): add global loading status on page redirect
add global loading status on page redirect
* chore: add changeset
2024-05-20 09:19:46 +08:00
Gao Sun
76fd33b7ed
feat: default user role ( #5872 )
...
* feat: default user role
* chore: add tests and changeset
* refactor: show warning for deprecated env
* chore: fix tests
2024-05-17 16:02:05 +08:00
Charles Zhao
c558affac5
fix(console): improve audit log error handling if the related user has been removed ( #5874 )
2024-05-16 04:51:55 +00:00
simeng-li
e04d9523a6
feat(console, phrases): update the supported webhook events ( #5856 )
...
* test(core): add integration tests
add integration tests for interaction hooks
* chore(test): remove legacy test
remove legacy test
* feat(console, phrases): update the supported webhook events
update the supported webhook events
* refactor(console): rename webhook and webhook log keys
rename webhook and webhook log keys
* fix(test): fix integration test
fix integration test
* feat(console): add devFeature guard
add devFeature guard
* chore: add changeset
add changeset
* chore(console): remove the lint rule disable comment
remove the lint rule disable comment
* fix(test): fix the integartion tests
fix the integration tests
* fix(console): refine the code
refine the code
* chore(console): refine comments
refine comments
2024-05-15 06:26:52 +00:00
silverhand-bot
7b5a4e3fb4
release: version packages ( #5684 )
2024-05-14 20:27:55 +08:00
wangsijie
5660c54cb5
fix(core): should sign out user after deletion or suspension ( #5857 )
...
fixed #5572
2024-05-14 08:10:31 +00:00
Xiao Yijun
6fe6f87bc3
chore(console,experience): remove dev flags add changeset for organization updates ( #5763 )
2024-05-13 14:18:33 +08:00
wangsijie
1ef32d6d54
chore: add changeset for org api resource ( #5719 )
...
chore: add change set for org api resource
2024-05-13 10:18:10 +08:00
Darcy Ye
5872172cbb
feat(core,console): enable custom JWT for OSS and can run script in local vm ( #5794 )
2024-05-11 22:22:14 +08:00
Darcy Ye
0227822b2d
feat(connector): can access all user email even if no public email is set ( #5737 )
2024-05-09 12:55:56 +08:00
Gao Sun
21bb35b127
feat: init management api hook middleware function ( #5783 )
...
* feat: init management api hook middleware function
* refactor: fix type issues
* feat(core): implement auto triggered management api hooks
implement auto triggered managment api hooks
* refactor(console,core,schemas): rename the managementHook to dataHook
rename the managementHooke to dataHook and redefine the types
* feat(core): add dev feature guard
add dev feature guard
* chore: update changeset
update changeset
* refactor(core,console,schemas,shared): update the webhook logics
update the webhook logics. Address some PR review comments
* fix(test): fix integration tests
fix integration tests
* fix(test): remove legacy code
remove legacy code
* refactor(core,schemas): refactor the hook library code
refactor the webhooks library code. address some comments
* fix(core): address rebase issue
update console log using getConsoleLogFromContext
* fix(core): fix ut
fix ut
* fix(core): refactor data webhook code
refactor data webhook codes
* refactor(core): clean up some management api webhook code
clean up some management api webhook code
---------
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-05-09 11:19:01 +08:00
Charles Zhao
b4b8015db5
fix(core): invitee email check should be case insensitive ( #5823 )
...
* fix(core): invitee email check should be case insensitive
* chore: add changeset
2024-05-06 10:21:45 +08:00
Xiao Yijun
3e5ffc4991
feat(connector): add hugging face connector ( #5797 )
2024-05-06 09:54:48 +08:00
Gao Sun
a9ccfc738d
refactor: implement request id ( #5813 )
...
* refactor: implement request id
* refactor: fix tests
* refactor: add unit tests
2024-05-01 15:49:01 +00:00
wangsijie
3486b12e86
fix(core): fix upload file guard ( #5810 )
...
fix: remove the plus sign in front of the phone number (#5801 )
Co-authored-by: Kamto <kam_to@outlook.com>
2024-04-30 03:40:05 +00:00
simeng-li
bbd399e157
fix(experience,core): fix SSO register hook event not triggering bug ( #5796 )
...
* fix(experience,core): fix SSO register hook event not triggering bug
fix the SSO register hook event not triggering bug
* chore: update changeset content
update changeset content
2024-04-28 03:24:15 +00:00
Gao Sun
b80934ac5c
fix(experience): use correct callback path for native environments ( #5800 )
2024-04-27 23:27:33 +08:00
Gao Sun
e8c41b1644
feat: support organization custom data ( #5785 )
...
* feat: support organization custom data
* chore: update changeset
2024-04-25 14:16:59 +00:00
Xiao Yijun
f9c7a72d51
feat(connector): support client_secret_basic
and client_secret_jwt
methods for oauth2 connectors ( #5762 )
2024-04-24 13:51:41 +08:00
Charles Zhao
ead2abde65
fix(core): bump oidc-provider to fix resource indicator check ( #5782 )
...
* fix(core): bump oidc-provider to fix resource indicator check
* chore: add changeset
2024-04-24 09:51:56 +08:00
Charles Zhao
b575f57ac3
feat(core): support comma separated resource param ( #5773 )
2024-04-23 15:11:39 +08:00
simeng-li
9cf03c8edb
feat(console): add spring boot integration guide ( #5740 )
...
* feat(console): add spring boot integration guide
add spring boot integration guide
* chore: add changeset
add changeset
* chore: fix changeset typo
* fix(console): update the spring boot guide description
update the spring boot guide description
* chore(console): remove extra empty space
remove extra empty space
2024-04-23 02:37:54 +00:00
Alessandro Chitolina
8ef021fb35
feat(core): add redis cluster and tls extra options support ( #5619 )
...
* feat: add redis cluster and tls extra options support
* refactor(core): allow non-normative redis url
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-04-18 20:14:49 +08:00
Gao Sun
c1c746bca4
refactor: remove AppInsights for React ( #5742 )
2024-04-18 15:20:24 +08:00
Charles Zhao
52df3ebbbb
fix(core,console): invitee emails should be case insensitive ( #5730 )
...
* fix(core,console): invitee email checks should be case insensitive
* test: add integration test
* chore: add changeset
2024-04-17 17:55:54 +08:00
wangsijie
d545303568
fix(core): set oidc access denied error code to 403 ( #5725 )
2024-04-17 02:27:47 +00:00
Gao Sun
368385b93d
refactor(core): dont throw for status errors in prod ( #5690 )
...
* refactor(core): dont throw for status errors in prod
* refactor(core): report to AppInsights
2024-04-16 09:36:56 +00:00
Charles Zhao
aacbebcbc8
feat(core): add api to fetch organization scopes for a user ( #5701 )
...
* feat(core): add api to fetch user organization scopes
* chore: add openapi.json
* fix: integration test
* chore: turn off max-lines lint rules for openapi json files
* chore: add changeset
* refactor: return all scope information instead of just the name
2024-04-15 07:04:42 +00:00
wangsijie
5b03030de2
fix(core): not allow to modify management api resource ( #5626 )
2024-04-11 17:20:53 +08:00
silverhand-bot
fb55249ab2
release: version packages ( #5463 )
2024-04-10 21:27:24 +08:00
simeng-li
5cde35ec1e
chore: add changeset ( #5668 )
...
add changeset
2024-04-10 19:04:03 +08:00
wangsijie
468558721a
feat(core): search organization roles ( #5627 )
2024-04-07 11:09:27 +08:00
Gao Sun
7756f50f8e
feat: support direct sign-in for sso ( #5589 )
2024-03-29 21:56:25 +08:00
Charles Zhao
746483c494
fix(console,phrases): api resource indicator should be a valid absolute uri ( #5561 )
...
* fix(console,phrases): api resource indicator should be a valid absolute uri
2024-03-27 09:35:37 +00:00
Xiao Yijun
5758f84f5e
feat(console): support signing-key rotation for oss version ( #5559 )
2024-03-27 16:52:40 +08:00
Gao Sun
2cbc591ff6
feat: support direct sign-in ( #5536 )
...
* feat: support direct sign-in
* chore: add changesets
* refactor: add test cases
* chore(deps): upgrade logto sdks
2024-03-26 13:23:41 +08:00
Gao Sun
a98bc3da54
Merge pull request #5530 from logto-io/gao-add-oidc-standard-claims
...
feat: add oidc standard claims to user
2024-03-21 23:25:50 +08:00