Authentication and Authorization

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsAuthentication and Authorization
(Created page with "== Role-Based Access Control == * Setting up user roles * DreamFactory/Tutorials/Setting up application default role|Settin...")
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
==User Authentication==
 +
 +
* [[DreamFactory/Tutorials/Logging in|Logging in]]
 +
* [[DreamFactory/Tutorials/Logging out|Logging out]]
 +
* [[DreamFactory/Tutorials/Basic Auth|Basic auth]]
 +
* [[DreamFactory/Tutorials/Access Using API Key|Access using API key only (unauthenticated users)]]
 +
* [[DreamFactory/Tutorials/Access Using JWT|Access using JWT only (authenticated admin users)]]
 +
* [[DreamFactory/Tutorials/Access Using JWT and API Key|Access using JWT and API key (authenticated non-admin users)]]
 +
* [[DreamFactory/Tutorials/Refreshing a JWT|Refreshing a JWT]]
 +
* [[DreamFactory/Tutorials/Forever_sessions|Forever sessions]]
 +
 
== Role-Based Access Control ==
 
== Role-Based Access Control ==
  
Line 18: Line 29:
 
* [[DreamFactory/Tutorials/Using Active Directory|Using Active Directory]]
 
* [[DreamFactory/Tutorials/Using Active Directory|Using Active Directory]]
 
* [[DreamFactory/Tutorials/Using OAuth|Using OAuth]]
 
* [[DreamFactory/Tutorials/Using OAuth|Using OAuth]]
 +
* [[DreamFactory/Tutorials/Using SAML 2.0|Using SAML 2.0]]
 +
* [https://guide.dreamfactory.com/docs/authenticating-your-apis/#authenticating-with-okta Authentication with Okta]
 +
* [https://guide.dreamfactory.com/docs/authenticating-your-apis/#authenticating-with-openid-connect Authenticating with OpenID Connect]
  
 
== Active Directory ==
 
== Active Directory ==

Latest revision as of 23:49, 19 July 2021

User Authentication

Role-Based Access Control

Single Sign On

Active Directory