Hi everyone, we're building a new saas platform in .net6 and angular13 and are looking for a way to integrate ory cloud into our solution. No luck so far, since we're no identity / oauth / ory guru's. Does anyone know about a proof of concept / application that runs angular2+ and ory cloud that we can use for reference? Thanks in advance :-)
p
proud-plumber-24205
02/02/2022, 2:35 PM
Hi Ronald,
Where are you guys stuck? I don't have an example for you, but maybe with some context I could try assist as best I can. If you want you can also DM me the details.
I checked that example, but since we're using angular the react / nextjs stuff is not an option. Basically what we're lacking is the understanding of / implementing of the local proxy. Is that neccessary, or are we able to call the ory cloud api's directly? Again .. i'm no expert in identity stuff here ;-)
p
proud-plumber-24205
02/02/2022, 2:46 PM
For local development you will need the proxy, you can also run the proxy through the ory cli instead of through the integration library. Just point the calls to the local proxy and have the proxy point to your cloud project. https://www.ory.sh/docs/guides/proxy
b
big-lifeguard-25745
02/02/2022, 2:49 PM
Okay, i will check that out first, thanks Alano (and Hackerman).