Godeps: bump go-oidc to fix the race in tests.

This commit is contained in:
Yifan Gu
2015-12-09 15:55:10 -08:00
parent 503c2cdcdd
commit 207fb721b9
11 changed files with 188 additions and 94 deletions

View File

@@ -350,7 +350,7 @@ func TestOIDCAuthentication(t *testing.T) {
op.generateGoodToken(t, srv.URL, "client-foo", "client-bar", "sub", "user-foo"),
nil,
false,
"oidc: JWT claims invalid: invalid claim value: 'aud'",
"oidc: JWT claims invalid: invalid claims, 'aud' claim and 'client_id' do not match",
},
{
// Invalid issuer.