feat(kellnr): configure additional OAuth2 audiences - #93
Conversation
Adds sending multiple aud in the token during oauth2 and kellnr right now need the aud to only have the clientId in aud. kellnr helm PR : kellnr/helm#93
|
Heads-up before you see the notifications: I am about to close and immediately reopen this PR. Nothing is wrong with it, and no action is needed from you. The Re-running the job did not pick that up. For a pull request from a fork the workflow checks out the merge of your branch into No rebase needed: the PR is conflict-free, the ruleset does not require the branch to be up to date, and this PR does not touch I will follow up with the actual review of the change itself. |
Hey, while trying out kellnr with my IdP (Zitadel) I saw it sending multiple aud in the token during oauth2 and kellnr right now need the aud to only have the clientId in aud.
With the related PR for kellnr and this PR, it allows it to accept "extra" aud.
kellnr PR : kellnr/kellnr#1357