WFLY-16532 adds the ability to configure additional scope values for secure-server and secure-deployment resources using the elytron-oidc-client subsystem. WildFly testsuite tests for functionalities with the secure-deployment resource.
Tests need to be added to ensure functionality for secure-server to tests for the following cases:
empty scope value
single scope value that is not openid
single scope value that is openid
multiple scope values that do not include openid
multiple scope values that does include openid
invalid scope value that is not accepted by the openid provider.
More information about the scope attribute can be found here and WildFly test cases for this attribute can be found here
Description
WFLY-16532 adds the ability to configure additional scope values for secure-server and secure-deployment resources using the
elytron-oidc-client
subsystem. WildFly testsuite tests for functionalities with the secure-deployment resource. Tests need to be added to ensure functionality for secure-server to tests for the following cases:More information about the scope attribute can be found here and WildFly test cases for this attribute can be found here
Affects
configuration
Subsystem
elytron-oidc-client