+6
appview/oauth/handler/handler.go
+6
appview/oauth/handler/handler.go
···
253
253
return
254
254
}
255
255
256
+
if iss != oauthRequest.AuthserverIss {
257
+
log.Println("mismatched iss:", iss, "!=", oauthRequest.AuthserverIss, "for state:", state)
258
+
o.pages.Notice(w, "login-msg", "Failed to authenticate. Try again later.")
259
+
return
260
+
}
261
+
256
262
self := o.oauth.ClientMetadata()
257
263
258
264
oauthClient, err := client.NewClient(