Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Coverage]: Add tests for security/elytron-oidc-client subsystem configuration to test secure-server config with additional scope values #118

Open
PrarthonaPaul opened this issue Mar 21, 2024 · 0 comments
Labels

Comments

@PrarthonaPaul
Copy link

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:

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant