-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5.2
-
Component/s: None
-
Labels:
Bug description
There are two additional API endpoints after upgrade from 12.0.4 to 5.5.2:
- /realm-config/services/email/serverconfig
- /realm-config/services/oauth-oidc/serverconfig
How to reproduce the issue
- install OpenAM 12.0.4
- upgrade to 5.5.2
- start com.forgerock.openam.functionaltest.restcommon.TestApiDescriptor smoke test or check API explorer for presence of those two endpoint
Expected behaviour
There are no /realm-config/services/email/serverconfig or /realm-config/services/oauth-oidc/serverconfig endpoints in API explorer and tests do not fail
Current behaviour
Test fails in before hook, with error mentioning two additional endpoints. When checked with API explorer, these two are there.