Skip to content

Commit a27a980

Browse files
committed
Update ParamsEnum
1 parent 6c9e5b9 commit a27a980

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/Codebooks/ParamsEnum.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ enum ParamsEnum: string
3636

3737
case ErrorDescription = 'error_description';
3838

39+
case Hint = 'hint';
40+
3941
case IdTokenHint = 'id_token_hint';
4042

4143
case Intermediate = 'intermediate';

src/Core/ClientAssertion.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use SimpleSAML\OpenID\Exceptions\ClientAssertionException;
88
use SimpleSAML\OpenID\Jws\ParsedJws;
99

10+
/**
11+
* For `private_key_jwt` authentication method.
12+
*/
1013
class ClientAssertion extends ParsedJws
1114
{
1215
/**

src/Federation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public function trustChainResolver(): TrustChainResolver
204204
$this->cacheDecorator,
205205
$this->logger,
206206
$this->maxTrustChainDepth,
207+
// TODO mivanci Enable defining maxAuthorityHints
207208
);
208209
}
209210

0 commit comments

Comments
 (0)