mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-22 23:05:09 +00:00
fix: federated client credentials not working if sub ≠ client_id (#1342)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
590e495c1d
commit
4d22c2dbcf
@@ -332,6 +332,7 @@ test.describe('Introspection endpoint', () => {
|
||||
Authorization: 'Bearer ' + clientAssertion
|
||||
},
|
||||
form: {
|
||||
client_id: oidcClients.federated.id,
|
||||
token: validAccessToken
|
||||
}
|
||||
});
|
||||
@@ -374,6 +375,7 @@ test.describe('Introspection endpoint', () => {
|
||||
Authorization: 'Bearer ' + clientAssertion
|
||||
},
|
||||
form: {
|
||||
client_id: oidcClients.federated.id,
|
||||
token: validAccessToken
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user