You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: