Difference between revisions of "Module OAuth"
Jump to navigation
Jump to search
(Created page with " == Example == Tutorial on how to create an OAuth2 profile === For Microsoft === https://afterlogic.com/mailbee-net/docs/OAuth2Office365NonInteractive.html <br /> === For G...") |
m Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
+ | <!-- BEGIN origin interlang links --> | ||
+ | <!-- You can edit this section but do NOT remove these comments | ||
+ | Links below will be automatically replicated on translated pages by PolyglotBot --> | ||
+ | [[fr:Module_OAuth_FR]] | ||
+ | [[es:Módulo_OAuth_ES]] | ||
+ | <!-- END interlang links --> | ||
+ | [[Category:LDAP]] | ||
+ | {{TemplateDocUser}} | ||
+ | {{TemplateModEN}} | ||
+ | {{BasculeDevUserEn| | ||
+ | name=OAuth| | ||
+ | num=| | ||
+ | devdoc=| | ||
+ | userdoc=This page|}} | ||
− | == | + | =Introduction= |
− | + | The OAUth module is a technical module that allow you to create and manage OAuth2 connections with an external system. | |
+ | Alone this module is useless. But once you have created OAuth connections, you can reuse them in some other modules (For example, for SMTP email sending, for the EMail collector or for some external modules). | ||
+ | |||
+ | =Installation= | ||
+ | {{NoInstallModuleEn}} | ||
+ | |||
+ | == External documentation == | ||
+ | This is some documentation on how to setup your external system to allow an OAuth2 connection | ||
=== For Microsoft === | === For Microsoft === | ||
− | https://afterlogic.com/mailbee-net/docs/OAuth2Office365NonInteractive.html | + | See https://afterlogic.com/mailbee-net/docs/OAuth2Office365NonInteractive.html |
− | + | ||
=== For Google === | === For Google === | ||
+ | {{ToComplete}} | ||
+ | |||
+ | === For GitHub === | ||
+ | {{ToComplete}} | ||
+ | |||
+ | === For a Generic OAuth2 system === | ||
+ | {{ToComplete}} |
Revision as of 11:05, 7 February 2023
OAuth | |
---|---|
Numero/ID of module | |
User doc. of module | This page |
Developer doc. of module |
Introduction
The OAUth module is a technical module that allow you to create and manage OAuth2 connections with an external system. Alone this module is useless. But once you have created OAuth connections, you can reuse them in some other modules (For example, for SMTP email sending, for the EMail collector or for some external modules).
Installation
This module is included with the Dolibarr distribution, so there is no need to install it.
External documentation
This is some documentation on how to setup your external system to allow an OAuth2 connection
For Microsoft
See https://afterlogic.com/mailbee-net/docs/OAuth2Office365NonInteractive.html