GluuFederation / GluuFederation/oxAuth
Move client side test requestAuthorizationForOpenIdScopeAndPairwiseId to server side test
Open
- Dominant language
- Java
- Stars
- 425
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
This test depends on ` skipAuthorizationForOpenIdScopeAndPairwiseId = true`. But bey default this value is false and all tests expects this behavior. As result it commented out. We need to move [this ](https://github.com/GluuFederation/oxAuth/blob/master/Client/src/test/java/org/gluu/oxauth/ws/rs/AuthorizeRestWebServiceHttpTest.java#L2701)test to server side tests. In server side test we can enable this property at run time before executing test and turn off after test execution.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.