Hi, I use supertokens in FastAPI und Vue.js. A new customer want to use the Keycloak instance of the company to login to my product. Do you have a idea how I can couple the systems? I could separate the requests by the domain of the email.
r
rp_st
05/11/2023, 5:44 PM
hey @derbernd - do you mean that you want to add a login with keycloak in your app (that uses supertokens), or the other way around (login with supertokens in the keycloak app)?
d
derbernd
05/11/2023, 6:32 PM
If a foreign customer login to my app, I wan‘t to check, if the user exists in Keycloak and then login to my app. I also need user privileges, but a admin can also set them to the user and store the info inside the supertokens db.
derbernd
05/11/2023, 6:32 PM
After login I need a token from Keycloak with metadata from supertokens
r
rp_st
05/11/2023, 6:48 PM
i don't quite understand the flow here unfortunately. Maybe a diagram / example would help.