Hi everyone, we're building a new saas platform in...
# ory-network
b
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
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.
h
I know it's react but it might also give a bit of context 🙂 https://www.ory.sh/login-spa-react-nextjs-authentication-example-api-open-source/
b
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
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
Okay, i will check that out first, thanks Alano (and Hackerman).