-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix difference between integration types and corresponding json keys (#…
…62) * Fix difference between integration types and corresponding json keys - For integration_type: 'service', console stores the credential config corresponding to 'jwt' key - For integration_type: 'oauth_server_to_server', console stores the credential config corresponding to 'oauth_server_to_server' key - For integration_type: 'oauth_server_to_server_migrate', console has both 'jwt' and 'oauth_server_to_server` credentials but we fetch details from 'oauth_server_to_server' key * Fix failing tests --------- Co-authored-by: Shikhar Tanwar <stanwar.adobe.com>
- Loading branch information
1 parent
09b7566
commit 79fb96b
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters