mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
commit
bca2a42956
@ -41,11 +41,12 @@ BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
SELECT TOP 1
|
||||
*
|
||||
SSO.*
|
||||
FROM
|
||||
[dbo].[SsoConfigView]
|
||||
WHERE
|
||||
[Identifier] = @Identifier
|
||||
[dbo].[SsoConfigView] SSO
|
||||
INNER JOIN
|
||||
[dbo].[Organization] O ON O.[Id] = SSO.[OrganizationId]
|
||||
AND O.[Identifier] = @Identifier
|
||||
END
|
||||
GO
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user