We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ba606 commit 1714344Copy full SHA for 1714344
nomad/acl_endpoint.go
@@ -2777,7 +2777,7 @@ func (a *ACL) OIDCCompleteAuth(
2777
}
2778
if providerMetadata.AuthorizationResponseIssParameterSupported {
2779
if args.Iss == "" || args.Iss != authMethod.Config.OIDCDiscoveryURL {
2780
- return errors.New("access denied: invalid issuer in callback")
+ return errors.New("invalid or missing issuer parameter in callback")
2781
2782
2783
0 commit comments