ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
141 stars 85 forks source link

Missing "lookup_secret" enum value in SDK #147

Closed roboptics closed 2 years ago

roboptics commented 2 years ago

Preflight checklist

Describe the bug

For SDK languages (other than GO) the "lookup_secret" enum value is missing. For .NET, the full name of the enum where this value is missing is:

Ory.Client.Model.ClientSessionAuthenticationMethod.MethodEnum

This issue causes the deserialization of Ory.Client.Model.ClientSession to fail, which prevents login submission and fetching client session from working when this authentication method is used.

Below are SDK source files where the "lookup_secret" enum value is missing:

https://github.com/ory/sdk/blob/master/clients/kratos/java/src/main/java/sh/ory/kratos/model/SessionAuthenticationMethod.java

https://github.com/ory/sdk/blob/master/clients/kratos/php/lib/Model/SessionAuthenticationMethod.php

https://github.com/ory/sdk/blob/master/clients/kratos/dotnet/src/Ory.Kratos.Client/Model/KratosSessionAuthenticationMethod.cs

Reproducing the bug

Just confirm that the "lookup_secret" enum value is missing from the SDK languages in description.

Relevant log output

No response

Relevant configuration

No response

Version

master

On which operating system are you observing this issue?

No response

In which environment are you deploying?

No response

Additional Context

No response