Basic Auth Deprecation: OAuth Migration Questions
Hello Oracle Community,
We are currently evaluating the migration of several hundred Oracle Fusion integrations from Basic Authentication to OAuth 2.0 due to the announced Basic Authentication deprecation.
During our testing, we observed behavior that we do not fully understand and would appreciate guidance from Oracle or anyone who has already completed a similar migration.
Current Setup
- Existing Fusion integrations currently authenticate using service accounts and Basic Authentication.
- OCI Identity Domain Confidential Application created.
- OAuth 2.0 Client Credentials authentication configured.
- Fusion Applications scope configured.
- OAuth access token generation is successful.
Test Results
Basic Authentication
Using an existing Fusion service account, protected APIs can be accessed successfully.
0