We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39eec12 + 199d769 commit edee75eCopy full SHA for edee75e
ATPDocs/deploy/active-directory-federation-services.md
@@ -133,7 +133,6 @@ USE [master];
133
CREATE LOGIN [{0}\{1}$] FROM WINDOWS WITH DEFAULT_DATABASE=[master];
134
USE [{2}];
135
CREATE USER [{0}\{1}$] FOR LOGIN [{0}\{1}$];
136
-ALTER ROLE [db_datareader] ADD MEMBER [{0}\{1}$];
137
GRANT CONNECT TO [{0}\{1}$];
138
GRANT SELECT TO [{0}\{1}$];
139
GRANT EXECUTE ON OBJECT::{2}.dbo.mms_get_globalsettings TO [{0}\{1}$];
0 commit comments