AuthenticationExample
Förändrade filer
AuthenticationExample/Startup.cs 2(+1 -1)
Details
AuthenticationExample/Startup.cs 2(+1 -1)
diff --git a/AuthenticationExample/Startup.cs b/AuthenticationExample/Startup.cs
index 0d3d2b5..a0047c4 100644
--- a/AuthenticationExample/Startup.cs
+++ b/AuthenticationExample/Startup.cs
@@ -42,7 +42,7 @@ namespace AuthenticationExample
options.Authority = "http://dev.dataline.se/authenticator";
options.RequireHttpsMetadata = false;
- options.ClientId = "service";
+ options.ClientId = "authenticationexample";
options.SaveTokens = true;
});