MsSql: Runtime To Database Authorization - Session Context
See original GitHub issue- Set the Session Context with all the claims passed in the EasyAuth InjectedHeader
- The configuration file may contain the following option
"mssql": {
"set-session-context": true
}
set-session-context
is optional. It is false
by default and tells Data API builder engine to pass received JWT claims into the session context. The name of the key containing the claims is $dab-claims
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
SQL Server SESSION_CONTEXT() function with examples
Before SQL Server 2016, we use the CONTEXT_INFO function. We retrieve session context values for all active sessions using this CONTEXT_INFO ...
Read more >sp_set_session_context (Transact-SQL) - SQL Server
Sets a key-value pair in the session context. ... Permissions. Any user can set a session context for their session.
Read more >sys.dm_exec_sessions (Transact-SQL) - SQL Server
Column name Data type Description and version‑specific information
text_size int TEXTSIZE setting for the session. Not nullable.
language nvarchar(128) LANGUAGE setting for the session. Is...
Read more >The server principal is not able to access the database ...
I am trying to access my hosting server's database through SQL Server Management Studio, everything till login is fine but when I use...
Read more >Configuring private sessionState database raises runtime ...
Go to the Walkthrough for Setting up SQL Server Shared Session State and make scroll down to Configure Sitecore. Ensure that your Sitecore ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Aniruddh25 i moved this to november based on discussion earlier this week about prioritization. This would be net-new auth feature that is scope of Database engine authorization features.
#1084 completed this.