Hi all! Trying out ory cloud for the first time. I...
# talk-hydra
c
Hi all! Trying out ory cloud for the first time. I have one frontend that I intend to build around kratos, for user registration etc. I have a separate application that will use ory for SSO, with kratos as the IDP, so I created an oauth 2.0 client on the ory interface. Does anyone have some code samples for configuring oidc-client-ts to use the PKCE flow for OIDC? I'm using vue js for my frontend, so for SPAs I use PKCE flow.
After browsing the docs for awhile I stumbled across https://github.com/authts/react-oidc-context which gives me a good starting point, exactly what I needed.
l
Wie weit bist du mit oidc-client-ts noch gekommen? Ich bräuchte info drüber ob
signinSilent
auch mit ory funktioniert.