Skip to content

Commit

Permalink
add new scope and acr values in test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Oct 9, 2024
1 parent aed4e41 commit 80b044a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/oidcAuthTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ describe("oidcAuth", function() {
expect(request.redirectUrl).to.equal(redirectUrl)
sinon.assert.calledWith(authorizationUrlStub.getCall(0),
{
scope: "openid",
scope: "openid uid email",
acr_values: "eidas1",
state: sinon.match.string,
nonce: sinon.match.string,
}
Expand Down

0 comments on commit 80b044a

Please sign in to comment.