Browse Source

minor spelling correction

pull/1311/head
Danny Sauer 8 years ago
parent
commit
74bfbcefbc
No known key found for this signature in database
GPG Key ID: B84CCF5DF028A5A7
  1. 2
      server/oauth2.go

2
server/oauth2.go

@ -187,7 +187,7 @@ func signPayload(key *jose.JSONWebKey, alg jose.SignatureAlgorithm, payload []by
return signature.CompactSerialize() return signature.CompactSerialize()
} }
// The hash algorithm for the at_hash is detemrined by the signing // The hash algorithm for the at_hash is determined by the signing
// algorithm used for the id_token. From the spec: // algorithm used for the id_token. From the spec:
// //
// ...the hash algorithm used is the hash algorithm used in the alg Header // ...the hash algorithm used is the hash algorithm used in the alg Header

Loading…
Cancel
Save