No SessionId written to my Oracle Database #130
Unanswered
valentinepontifex
asked this question in
BFF
Replies: 1 comment
-
Can you please intercept the SQL query used to insert a new session and post it here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BFF version
2.3
.NET version
8
Description
BFF seems to be almost working but the SessionId column is always null even if all the other columns look to be properly filled out. It's an Oracle database and the column was created with the case-sensitive "SessionId" VARCHAR2(200) and is nullable. The session Id is visible in the Blazor cache of the web app that connects to the Duende oauth app.
Reproduction steps
Run my portal against my oauth using my database.
Expected behavior
I expect the SessionId column to magically be populated like all the other columns.
Logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions