Authentication and Authorization
From DreamFactory
Line 10: | Line 10: | ||
* [[DreamFactory/Tutorials/Forever_sessions|Forever sessions]] | * [[DreamFactory/Tutorials/Forever_sessions|Forever sessions]] | ||
* [https://guide.dreamfactory.com/docs/chapter04.html#authenticating-with-okta Authentication with Okta] | * [https://guide.dreamfactory.com/docs/chapter04.html#authenticating-with-okta Authentication with Okta] | ||
+ | * [https://guide.dreamfactory.com/docs/chapter04.html#authenticating-with-openid-connect Authenticating with OpenID] | ||
== Role-Based Access Control == | == Role-Based Access Control == |
Revision as of 15:42, 13 August 2019
User Authentication
- Logging in
- Logging out
- Basic auth
- Access using API key only (unauthenticated users)
- Access using JWT only (authenticated admin users)
- Access using JWT and API key (authenticated non-admin users)
- Refreshing a JWT
- Forever sessions
- Authentication with Okta
- Authenticating with OpenID
Role-Based Access Control
- Setting up user roles
- Setting up application default role
- Accessing SQL tables
- Accessing NoSQL collections
- Record-level access control with server-side filters
- Accessing documents
- Accessing email services
- Accessing push notifications
- Accessing remote web services
- Enabling script access
- Using role lookup keys