5f2d71347d
* IDEMPIERE-3101 implement OAuth2 for mail (gmail, outlook and other mail system) WIP - initial version working on zk with google apps mail using OAuth2 Authorization Code Flow and Client Type = web application * Enable imap reading with OAuth2 in RequestEMailProcessor * Simplify the code - tested plain and OAuth2 can use the same methods * Add +SCOPE parameter to AddAuthorizationForm according to IDEMPIERE-4713 * Rename the form AddAuthorizationMailForm to AddAuthorizationForm as is now more generic * IDEMPIERE-4713 * Rename migration scripts to make it newer than IDEMPIERE-4713 * Add list of scopes attended by a credential * Change form to accept other scopes, if no scope parameter is passed, then a list is shown, change the menu to fix the EMail scope * Add MAuthorizationAccount.refreshAndGetAccessToken * Add translation for messages * make call generic oauth, avoid using specific google API * Tests with microsoft as OAuth2 provider * Add record for microsoft as provider * Increase size of tokens * Define mandatory and secure columns * Update refresh token when it comes on the refresh call * Revoke endpoint is optional * Change the approach to a process instead of a form (WIP) * Implement servlet to process the OAuth2 code * Solve context suggestion from hengsin * Implement the form in an automatic popup approach for running on zkwebui * i18n - add translations for all messages that are shown to user * on the form opted for click to avoid the problem with browsers forbidding popups * clean spaces and tabs on line endings * avoid logging and copy of the secure columns * Fix problem reported by @d-ruiz about hidden NPE when SMTP Authentication is disabled * Add writing to AD_PInstance_Para and AD_PInstance_Log the results of processing the servlet * Control to avoid using the same authorization URL twice |
||
---|---|---|
.github | ||
db | ||
doc | ||
event.test | ||
lib | ||
migration | ||
migration-historic | ||
org.adempiere.base | ||
org.adempiere.base-feature | ||
org.adempiere.base.callout | ||
org.adempiere.base.process | ||
org.adempiere.eclipse.equinox.http.servlet | ||
org.adempiere.install | ||
org.adempiere.payment.processor | ||
org.adempiere.payment.processor-feature | ||
org.adempiere.pipo | ||
org.adempiere.pipo-feature | ||
org.adempiere.pipo.handlers | ||
org.adempiere.plugin.utils | ||
org.adempiere.replication | ||
org.adempiere.replication-feature | ||
org.adempiere.replication.server | ||
org.adempiere.replication.server-feature | ||
org.adempiere.report.jasper | ||
org.adempiere.report.jasper-feature | ||
org.adempiere.report.jasper.library | ||
org.adempiere.server | ||
org.adempiere.server-feature | ||
org.adempiere.ui | ||
org.adempiere.ui.zk | ||
org.adempiere.ui.zk-feature | ||
org.apache.ecs | ||
org.compiere.db.oracle.provider | ||
org.compiere.db.postgresql.provider | ||
org.compiere.db.provider-feature | ||
org.idempiere.eclipse.platform-feature | ||
org.idempiere.equinox.p2.director-feature | ||
org.idempiere.felix.webconsole | ||
org.idempiere.felix.webconsole-feature | ||
org.idempiere.hazelcast.service | ||
org.idempiere.hazelcast.service-feature | ||
org.idempiere.javadoc | ||
org.idempiere.maven.to.p2 | ||
org.idempiere.p2 | ||
org.idempiere.p2.targetplatform | ||
org.idempiere.parent | ||
org.idempiere.test | ||
org.idempiere.test-feature | ||
org.idempiere.webservices | ||
org.idempiere.webservices-feature | ||
org.idempiere.webservices.client-feature | ||
org.idempiere.zk-feature | ||
org.idempiere.zk.extra | ||
utils_dev | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Credits.html | ||
LICENSE.md | ||
README.md | ||
RUN_SyncDBDev.sh | ||
SECURITY.md | ||
adempiere-local-template.properties | ||
license.html | ||
note.for.update.readme | ||
pom.xml | ||
testTemplate.properties | ||
zk.xml |
README.md
iDempiere. Community Powered Enterprise
iDempiere Business Suite ERP/CRM/SCM done the community way. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
Please visit the project front page containing links for most of our resources: https://www.idempiere.org/
You can have a first-hand experience about the software in one of our live cloud test sites: https://www.idempiere.org/test-sites
If you want to install it by yourself, the most used way is to follow the guide: https://wiki.idempiere.org/en/Installing_iDempiere
In case of doubts please use our support forums at http://groups.google.com/group/idempiere
Or our Mattermost support channel in https://mattermost.idempiere.org/
Don't forget to check our code of conduct and our contribution guide
If you find a bug or want to register a feature request please consider discussing it first in our forums, and after you're totally sure, please use the JIRA ticketing system: https://idempiere.atlassian.net
Continuous integration when changing this repository is managed with Jenkins at http://ci.idempiere.org/