Closed laura-rodriguez closed 2 years ago
The issue was caused due to an extra "/" in the Okta domain URL. Now, we make sure to sanitize the URL.
Before
"aud": "https://<MY_ORG_URL>//oauth2/v1/token"
Now
"aud": "https://<MY_ORG_URL>/oauth2/v1/token"
Fix #600
The issue was caused due to an extra "/" in the Okta domain URL. Now, we make sure to sanitize the URL.
Before
Now
Fix #600