You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Affects
configuration
Subsystem
elytron-oidc-client
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: