Questions tagged [ory]

For questions relating to Ory services, APIs, SDKs and deployment. Ory is the largest open source community in the world for cloud software application security. We maintain advanced open source security software solving authentication, authorization, access control, application network security, and delegation.

Ory implements a variety of industry and best-practice standards including OAuth 2.0 / OAuth 2.1, OpenID Connect, Zero Trust Networking, Google Zanzibar Policy Framework, FIDO2 U2F, WebAuthn, TOTP, and other emerging standards for cloud computing such as the GO programming language.

  • Ory Kratos is a fully customizable, API-only platform for login, two-factor authentication, social sign in, passwordless flows, registration, account recovery, email / phone verification, secure credentials, identity and user management.
  • Ory Hydra is an API-only, “headless,” OAuth 2.0 and OpenID Connect provider that can interface with any identity and user management system, such as Ory Kratos, Firebase, your PHP app, LDAP, SAML, and others.
  • Ory Oathkeeper is a zero trust networking proxy and sidecar for popular Ingress services and API gateways. It checks if incoming network request are authenticated, and allowed to perform the requested action.
  • Ory Keto is the world’s first and leading open source implementation of Google’s Zanzibar research paper, an infinitely scalable and blazing fast authorization and permissioning service - RBAC on globally distributed steroids.

Useful links

33 questions
7
votes
2 answers

Oauth2 with ORY Hydra or ORY Kratos

I have a project that needs to implement Oauth2 (users need to be able to login with Google or iCloud), and I decided to use ORY hydra so I don't have to write my own Oauth2 implementation. I tried figuring ORY Hydra out on my own, but I failed. I…
selamba
  • 384
  • 4
  • 12
2
votes
1 answer

Ory Hydra + Kratos integration

In the release 2.0 of Ory Hydra was announced that they have now an integration with Kratos their identity provider. It is also mentioned that this is possible to achieve by doing some configuration "Ory Identities is now compatible with the Ory…
Dany
  • 23
  • 4
2
votes
1 answer

Ory / Kratos Login page for Login with Microsoft?

I am trying to use Ory Kratos and have users login with their existing Microsoft account. After completing the guide at https://www.ory.sh/kratos/docs/concepts/credentials/openid-connect-oidc-oauth2 I cannot get it to work. My question is what login…
Henrik
  • 1,078
  • 1
  • 9
  • 17
2
votes
2 answers

ORY Kratos: API Integration?

I've read the docs for ORY Kratos and it certainly fits for our requirements for users, however we have third party Apps that also use our APIs. Which ORY solution should I be using for that part, and how would I use it together with Kratos?
vinckr
  • 150
  • 8
1
vote
1 answer

ORY on flutter android/ios

I am trying to use ORY Login in my android/ios app. Did not find any example on the web, started from the web one, but does not work. This is what I tried: import 'dart:developer'; import 'package:dio/dio.dart'; import…
Emaborsa
  • 2,360
  • 4
  • 28
  • 50
1
vote
1 answer

Ory Kratos settings flow not successfully changing password

I have created my own UI for the Ory Kratos settings flow. The problem I am having is that after submitting the flow, although the returned messages say that my settings have been updated successfully, my new password is not reflected and I haven't…
TheHiggsBroson
  • 1,410
  • 1
  • 11
  • 19
1
vote
0 answers

Why are regex URLs specified in Ory Oathkeeper's access rules not being matched?

I have been using Ory Oathkeeper for a little while, about 2 months ago I had everything working, but now since taking a break and coming back, nothing seems to be working correctly. I have 3 files, oathkeeper.yml,kratos.json and rules.json. The…
1
vote
1 answer

Ory Kratos deployment won't start

I have been trying to start an Ory Kratos deployment, but it keeps running into one issue. The pod keeps crashing and when I get the logs, this is the message. The configuration contains values or keys which are invalid: identity.schemas.0.url: ^--…
ninety-ninehundred
  • 126
  • 1
  • 3
  • 8
1
vote
0 answers

Single sign out with Kratos and Microsoft Azure

We are successfully using Kratos (and Oathkeeper) for enabling our users to sign in using their Microsoft Azure AD accounts. Now we want to be able to automatically sign out from Kratos when the user signs out from the Microsoft session on another…
popstr
  • 1,000
  • 9
  • 17
1
vote
0 answers

Ory Kratos custom UI google login session error

I am using ory-kratos for user management but I need my own UI, so I followed the docs (link : https://www.ory.sh/docs/guides/bring-your-user-interface) and configured my own ui (using this nextjs template…
securenova
  • 482
  • 1
  • 9
  • 25
1
vote
1 answer

"@ory/hydra-client" has no exported member 'AdminApi'

I am trying to follow the documentation of ory login flow and in the "implementing the login" flow https://www.ory.sh/docs/hydra/guides/login#implementing-the-login-html-form page there is a node example, and on the last import line it imports…
securenova
  • 482
  • 1
  • 9
  • 25
1
vote
1 answer

Ory Kratos can't start on Kubernetes with Helm

Whenever I try to install Ory Kratos with Helm on Kubernetes, it doesn't work. Here is my values.yaml file kratos: config: dsn: postgres://admin:Strongpassword@10.43.90.243:5432/postgres_db secrets: cookie: - randomsecret …
ninety-ninehundred
  • 126
  • 1
  • 3
  • 8
1
vote
1 answer

ory/dockertest not working on GitHub Actions

I can locally create and use a docker container with ory/dockertest. However when trying to run dockertest with tests on GitHub actions, the docker container automatically gets exited before any tests can be run with the container. (see output of…
jan
  • 123
  • 9
0
votes
0 answers

Ory Kratos Settings flow - 405 Method not allowed

I want to make a post request in Angular using the http client against the /self-service/settings/browser flow. However, I get the undocumented error "405 Method Not Allowed". Can anyone help me further on what the error could be? I am using Ory…
Tom
  • 65
  • 1
  • 3
  • 11
0
votes
1 answer

"Unable to locate the resource" error in kratos

I am new to Kratos and I want to create a simple authentication system using Kratos, where registration/ login will work with only username and password nothing else. but when I try to POST the data for register, I get this error. { "error": { …
zeak
  • 13
  • 3
1
2 3