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

feat: [SRTP-303] Set up oauth2 token for srtp api call #79

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

lucaconsalvi
Copy link
Contributor

@lucaconsalvi lucaconsalvi commented Feb 27, 2025

Description

Set up an API call to get the oauth2 token that will be used to perform the service provider debtor SRTP call. The code uses the SSLContext mTLS setting to perform a call at the service provider debtor token issuer. After that, the token is used inside the SRTP call.

List of Changes

Motivation and Context

How Has This Been Tested?

  • Pre-Deploy Test
    • Unit
    • Integration (Narrow)
  • Post-Deploy Test
    • Isolated Microservice
    • Broader Integration
    • Acceptance
    • Performance & Load

Types of changes

  • PATCH - Bug fix (backwards compatible bug fixes)
  • MINOR - New feature (add functionality in a backwards compatible manner)
  • MAJOR - Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@lucaconsalvi lucaconsalvi changed the title feat: [SRTP-303] Add a draft for the get token call feat: [SRTP-303] Set up oauth2 token for srtp api call Mar 3, 2025
…f clientsecretkvurl for clientsecret property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant