Skip to content

Commit 1714344

Browse files
committed
update error message
1 parent 44ba606 commit 1714344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nomad/acl_endpoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,7 @@ func (a *ACL) OIDCCompleteAuth(
27772777
}
27782778
if providerMetadata.AuthorizationResponseIssParameterSupported {
27792779
if args.Iss == "" || args.Iss != authMethod.Config.OIDCDiscoveryURL {
2780-
return errors.New("access denied: invalid issuer in callback")
2780+
return errors.New("invalid or missing issuer parameter in callback")
27812781
}
27822782
}
27832783

0 commit comments

Comments
 (0)