Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for refreshToken #173

Closed
alanlesc1 opened this issue Jun 27, 2023 · 1 comment · Fixed by #182
Closed

Add support for refreshToken #173

alanlesc1 opened this issue Jun 27, 2023 · 1 comment · Fixed by #182

Comments

@alanlesc1
Copy link
Contributor

General guidance: two tokens are usually returned at login: accessToken and refreshToken. The second can expire or never expire. An endpoint is used to generate a new accessToken given the supplied refreshToken.

@hengsin
Copy link
Contributor

hengsin commented Jul 13, 2023

would be nice to add basic oidc support to iDempiere (as identity provider).

CarlosRuiz-globalqss added a commit to CarlosRuiz-globalqss/idempiere-rest that referenced this issue Sep 9, 2023
@CarlosRuiz-globalqss CarlosRuiz-globalqss linked a pull request Sep 9, 2023 that will close this issue
d-ruiz pushed a commit that referenced this issue Sep 13, 2023
* Issue #173 Add support for refreshToken

* - add postman test
CarlosRuiz-globalqss added a commit to CarlosRuiz-globalqss/idempiere-rest that referenced this issue Sep 13, 2023
CarlosRuiz-globalqss added a commit to CarlosRuiz-globalqss/idempiere-rest that referenced this issue Sep 13, 2023
* Issue bxservice#173 Add support for refreshToken

* - add postman test
CarlosRuiz-globalqss added a commit that referenced this issue Sep 13, 2023
* Added Record ID Support to TypeConverter #155 (#156)

* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) (#158)

* EventHandler for AFTER_LOGIN not called by /api/v1/auth/tokens #159 (#160)

* Fix wrong call to get_ColumnIndex instead of getColumnIndex (#165)

* Fix #161 - The response of DEL api/v1/caches is an invalid JSON (#166)

* Fix issue #167 - Hit into org.postgresql.util.PSQLException when sending the same get tab fields request with $filter (#168)

* Revert "IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) (#158)"

This reverts commit 7d3c554.

* Upgrade java-jwt library to 4.4.0

* Not able to update a column to NULL using api/v1/models #178 (#179)

* Issue #173 Add support for refreshToken (#182)

* Issue #173 Add support for refreshToken

* - add postman test

* Upgrade java-jwt library to 4.4.0 - add new required validation

---------

Co-authored-by: igorpojzl <59439434+igorpojzl@users.noreply.github.com>
Co-authored-by: Elaine Tan <51374241+etantg@users.noreply.github.com>
CarlosRuiz-globalqss added a commit that referenced this issue Sep 13, 2023
* Issue #173 Add support for refreshToken

* - add postman test
CarlosRuiz-globalqss added a commit to CarlosRuiz-globalqss/idempiere-rest that referenced this issue Apr 26, 2024
- fix issue with expiration when the SysConfig is defined on tenant level
d-ruiz pushed a commit that referenced this issue Apr 26, 2024
- fix issue with expiration when the SysConfig is defined on tenant level
CarlosRuiz-globalqss added a commit that referenced this issue Apr 29, 2024
- fix issue with expiration when the SysConfig is defined on tenant level
CarlosRuiz-globalqss added a commit to CarlosRuiz-globalqss/idempiere-rest that referenced this issue Apr 29, 2024
- fix issue with expiration when the SysConfig is defined on tenant level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants