Jordan May
Jordan May
I think you're right. For some reason `k3d` is picking `host.docker.internal` as a resolvable hostname for the cluster. To get the cluster to create successfully I have to do `k3d...
Does this PR enable me to use [Apple Authentication](https://github.com/invertase/react-native-apple-authentication) and [Google Sign In](https://github.com/react-native-google-signin/google-signin) libraries to get sign in tokens from the mobile device directly and then pass that token to...
> Does this PR enable me to use [Apple Authentication](https://github.com/invertase/react-native-apple-authentication) and [Google Sign In](https://github.com/react-native-google-signin/google-signin) libraries to get sign in tokens from the mobile device directly and then pass that token...
For me, the core issue we're running into is we can't get the `POST /self-service/recovery` endpoint to return a `session token`. It's instead returning a `session cookie`. We're using `code`...
Same thing is happening to me. Seems related to this issue https://github.com/owncloud/core/issues/12429 Adding to `/config/php/www2.conf` ``` pm.max_children = 1 pm.max_spare_servers = 1 pm.min_spare_servers = 1 pm.start_servers = 1 ``` "fixes"...
@ravwojdyla we have been using it in non-prod with the intent to use in prod. Haven't run into any issues or complications. No special deployment considerations as well. 🙂
We good to merge? Been running a custom CAPG with these changes for a while and would love to get this upstream :)
We're using this code (along with a change to disable id_token nonce checking) to enable our mobile app to authenticate with kratos and Microsoft Entra ID. Running in prod. Code...
@noells Sounds like your `microsoft_tenant` needs to be specified in the OIDC settings. Like https://www.ory.sh/docs/kratos/social-signin/microsoft under the `Ory CLI` tab.
Rebased. We're running this code and it's helping us enable Native Routing for our Pods in GCP. Let me know if there's anything else to be done before merge :)