I ended up using express-openid-connect
and found I can pass the claim I want to it:
res.oidc.login({
authorizationParams: {
organization: <organization_id>
}
})
I ended up using express-openid-connect
and found I can pass the claim I want to it:
res.oidc.login({
authorizationParams: {
organization: <organization_id>
}
})