You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The need arises to authenticate users using JWTs issued by an external JWT provider.
Describe the solution you'd like
The authentication middleware function can be enhanced to utilize the POST /key and GET /key/verification/issuer/{issuer} APIs from the security-proxy-auth service to verify JWTs issued by external providers.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for EdgeX service controller functions which use the authentication middleware function in go-mod-bootstrap.Description [REQUIRED]
Currently the authentication middleware function defined in can only verify the JWT issued by the secret provider.go-mod-bootstrap/bootstrap/handlers/auth_middleware.go
Lines 33 to 73 in 48a6707
The need arises to authenticate users using JWTs issued by an external JWT provider.
Describe the solution you'd like
The authentication middleware function can be enhanced to utilize the
POST /key
andGET /key/verification/issuer/{issuer}
APIs from the security-proxy-auth service to verify JWTs issued by external providers.The text was updated successfully, but these errors were encountered: