mirror of
https://github.com/bitwarden/server
synced 2025-12-27 05:33:17 +00:00
DB support for SSO config
This commit is contained in:
6
src/Sql/dbo/Views/SsoConfigView.sql
Normal file
6
src/Sql/dbo/Views/SsoConfigView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[SsoConfigView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[SsoConfig]
|
||||
Reference in New Issue
Block a user