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
There is a, missing default value in the hydra_client table for the skip_logout_consent field. The default value is NULL instead of 0 like skip_consent. This causes an issue with the .net SDK of Ory Hydra to deserialize this field to an System.Boolean for the HydraOAuth2Client object.
This only applies to client ids, which are created prior Hydra 2.x.
Reproducing the bug
Create a client using Hydra 1.x
Migrate to Hydra 2.x
The field skip_consent should be null in the database
Upgrade .net Ory SDK from 1.x to 2.x and objects which including the HydraOAuth2Client should be always null in C#
Relevant log output
No response
Relevant configuration
No response
Version
2.2.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe the bug
There is a, missing default value in the
hydra_client
table for theskip_logout_consent
field. The default value isNULL
instead of0
likeskip_consent
. This causes an issue with the .net SDK of Ory Hydra to deserialize this field to anSystem.Boolean
for theHydraOAuth2Client
object.This only applies to client ids, which are created prior Hydra 2.x.
Reproducing the bug
skip_consent
should be null in the databaseHydraOAuth2Client
should be always null in C#Relevant log output
No response
Relevant configuration
No response
Version
2.2.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes
Additional Context
No response
The text was updated successfully, but these errors were encountered: