File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' ;
Original file line number Diff line number Diff line change 77use SimpleSAML \OpenID \Exceptions \ClientAssertionException ;
88use SimpleSAML \OpenID \Jws \ParsedJws ;
99
10+ /**
11+ * For `private_key_jwt` authentication method.
12+ */
1013class ClientAssertion extends ParsedJws
1114{
1215 /**
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments