Guides/Izenda-AdHoc-Driver.md
... ...
@@ -390,4 +390,8 @@ You can then set the AdHocContext.Driver property to your CustomFusionDriver and
390 390
391 391
```csharp
392 392
AdHocContext.Driver = new CustomFusionDriver();
393
-```
... ...
\ No newline at end of file
0
+```
1
+
2
+###Implementing OAuth2 Security
3
+
4
+Optionally, you can use your CustomFusionDriver to authenticate users using the [[OAuth2 spec|http://oauth.net/2/]] standards. You can find out more information about the customizations that need to exist in your CustomFusionDriver [[from this link|http://wiki.izenda.us/FAQ/windows-active-directory-security#Authenticating-Over-OData]]
... ...
\ No newline at end of file