We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb968cb commit 625e489Copy full SHA for 625e489
1 file changed
src/test/java/org/oidc/msg/AuthenticationRequestTest.java
@@ -126,9 +126,7 @@ public void testFailUnAllowedDisplayValue() throws InvalidClaimException {
126
127
//@Test
128
public void testSuccessIdTokenHint() throws InvalidClaimException {
129
- // TODO: There is no capability in id token to verify signature nor timestamps or sorts yet.
130
- // Once there is, this test will fail and needs to be updated to produce id token that passes
131
- // validation.
+ // TODO: Update test
132
String idToken = "eyJraWQiOiIxZTlnZGs3IiwiYWxnIjoiUlMyNTYifQ.ewogImlz"
133
+ "cyI6ICJodHRwOi8vc2VydmVyLmV4YW1wbGUuY29tIiwKICJzdWIiOiAiMjQ4"
134
+ "Mjg5NzYxMDAxIiwKICJhdWQiOiAiczZCaGRSa3F0MyIsCiAibm9uY2UiOiAi"
0 commit comments