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

fix(docs): add link to token refresh doc #1122

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A complete sequence including `TransferRequestMessage` is shown here:

_TOKEN EXPIRES_

- `(8)` The `TokenRefreshHandler` module creates the `authentication_token` (see [documentation]())
- `(8)` The `TokenRefreshHandler` module creates the `authentication_token` (see [documentation](https://github.com/eclipse-tractusx/tractusx-profiles/blob/main/tx/refresh/refresh.token.grant.profile.md#31-client-authentication))
- `(9)` The `TokenRefreshHandler` module sends token refresh request to provider's public Refresh API
- `(10)` Provider performs authentication checks, creates a new `access_token` and a new `refresh_token`, updates
internal records and sends the response back.
Expand Down
Loading