Twenty doesn't support other OAuth providers, it's planned for Q2 https://github.com/twentyhq/core-team-issues/issues/16
#Get access token SSO
1 messages · Page 1 of 1 (latest)
ok, thankyou. I want to get the access token l when login sso success and use this for another system.
That's not possible out of the box, you need to access directly the database and search there for it
how can I search the access token in db?
select * from <workspace_id>."connectedAccount";
Okay, thank you. Will the "keycloak " provider be applied?