Update Startup.Auth.cs
Removed teamid in slack
This commit is contained in:
@@ -239,7 +239,7 @@ namespace OwinOAuthProvidersDemo
|
||||
//{
|
||||
// ClientId = "",
|
||||
// ClientSecret = "",
|
||||
// TeamId = "IntelliAgent" // optional
|
||||
// TeamId = "" // optional
|
||||
//};
|
||||
//options.Scope.Add("identify");
|
||||
//app.UseSlackAuthentication(options);
|
||||
|
||||
Reference in New Issue
Block a user