-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the authentication middleware function to support external JWT #810
Labels
enhancement
New feature or request
Comments
lindseysimple
added a commit
to lindseysimple/go-mod-bootstrap
that referenced
this issue
Dec 26, 2024
Resolves edgexfoundry#810. Enhance the auth middleware func to support external JWT verifcation. Signed-off-by: Lindsey Cheng <[email protected]>
This was referenced Dec 26, 2024
lindseysimple
added a commit
to lindseysimple/go-mod-bootstrap
that referenced
this issue
Jan 6, 2025
Resolves edgexfoundry#810. Enhance the auth middleware func to support external JWT verifcation. Signed-off-by: Lindsey Cheng <[email protected]>
github-project-automation
bot
moved this from In Progress
to Odessa Done
in Technical WG
Jan 7, 2025
lindseysimple
added a commit
to lindseysimple/go-mod-bootstrap
that referenced
this issue
Jan 10, 2025
Relates to edgexfoundry#810. Execute the next handler function properly in auth_middleware. Signed-off-by: Lindsey Cheng <[email protected]>
This was referenced Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 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: