UNCLASSIFIED - NO CUI

Skip to content

feat: allow configuration of additional scopes

Jonathan Braswell requested to merge 71-additional-scopes into main

Closes #71 (closed)

I did the following tests:

  1. Verified that omitting scopes entirely from the values input still produces "scopes": [] in the secret's json.
  2. Verified that just adding scopes: with no value produces "scopes": [] in the secret's json.
  3. Created a couple of scopes in keycloak. Passed them into a sample application's chain values. Verified they are passed to the sample application, and that the default scopes openid, email, profile are still passed.

Merge request reports