#Get access token SSO

1 messages · Page 1 of 1 (latest)

dull breach
tight kayak
#

ok, thankyou. I want to get the access token l when login sso success and use this for another system.

dull breach
#

That's not possible out of the box, you need to access directly the database and search there for it

tight kayak
#

how can I search the access token in db?

dull breach
#

select * from <workspace_id>."connectedAccount";

tight kayak
#

Okay, thank you. Will the "keycloak " provider be applied?

dull breach
#

Like I've already mentioned, other OAuth providers will be available in Q2, so for time being no

#

Unless you modify source code on your own