You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After changing password we are redirected to the Angular application.</p>
155
-
<h4>
156
-
Social Logins</h4>
155
+
<h4>Social Logins</h4>
157
156
<p>
158
157
ASP.NET Zero supports social media logins. To enable it, we should change
159
158
the following settings in <strong>web.config</strong> file.</p>
@@ -176,6 +175,12 @@ <h4>
176
175
we will not go to details of creating apps on social medias. Once you get your
177
176
keys, you can write them into web.config. When you enable it, social media logos
178
177
are shown on the login page:</p>
178
+
<h4>Active Directory Federation Service (ADFS) Login</h4>
179
+
<p>ADFS is just another external login like social logins. In order to configure ADFS login, you just need to configure following settings in <strong>web.config</strong> file.</p>
<p>It's strongly recommended to inherit one of these classes upon your needs
941
946
since they really make Logging, Localization, Authorization... easier.</p>
947
+
<h4>CSRF/XSRF Protection</h4>
948
+
<p>ABP framework simplifies and automates CSRF protection as much as possible. AspNet Zero template comes with pre-configured and working out of the box. For more information please see ABP's <ahref="http://aspnetboilerplate.com/Pages/Documents/XSRF-CSRF-Protectionhttp://aspnetboilerplate.com/Pages/Documents/XSRF-CSRF-Protection">XSRF-CSRF-Protection documentation</a></p>
942
949
<h4>Versioning</h4>
943
950
<p><strong>AppVersionHelper</strong> class is used to define <strong>current version</strong> of the
944
951
application in single place. When you change <strong>Version</strong> here, all
0 commit comments