Is cloud going to have OIDC support? AWS' Applicat...
# ory-network
j
Is cloud going to have OIDC support? AWS' Application Load Balancer has support for this and could authenticate requests before they get to the application. This cuts a lot of traffic that would otherwise have to go through NAT to Ory Cloud. NATs are very expensive. For a comparison - Ory Cloud is 18usd/mo, but NAT is at least 37usd/mo and this doesn't even include the traffic.
m
Is cloud going to have OIDC support?
Can you elaborate what you mean by this? Ory Cloud (and underlying Ory Kratos) supports OIDC on the client side and as of recently also on the server side (powered by Ory Hydra)
j
This sounds perfect! So where can I find the URLs of OIDC endpoints? Application Load Balancer only needs those addresses.
I just expected to find them under
General->Connect
but maybe it's only available for new projects?
f
so you want Ory to serve as your OIDC provider? then best check out this: https://www.ory.sh/docs/getting-started/ory-cloud-oauth2
1
j
Thanks!
@fast-lunch-54279 Do you think Ory cloud/hydra will work with this https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html ? There's a list of steps perfomed by the Load Balancer. If you could just have a glance, it could save me a lot of time
f
yes, this should work!