简体   繁体   English

验证 AWS Cognito JWT 令牌(访问令牌)

[英]Validate AWS Cognito JWT Token (Access token)

I am using java programming language and using the spring boot framework, I am able to generate JWT token from AWS Cognito using username and password, But now I try to validate the token when I am calling any API and this token is going in the header. I am using java programming language and using the spring boot framework, I am able to generate JWT token from AWS Cognito using username and password, But now I try to validate the token when I am calling any API and this token is going in the header . So how can I validate this?那么我该如何验证呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS Cognito JWT令牌验证 - AWS Cognito JWT token validation 使用Swift验证AWS Cognito令牌 - Validate AWS Cognito Token with Swift 更改AWS Cognito访问令牌JWT中的加密算法 - Change encryption algorithm in AWS Cognito access token JWT AWS Cognito:需要在Azure功能的每个请求中验证AWS cognito JWT承载令牌 - AWS Cognito : Need to validate AWS cognito JWT bearer token in every request in Azure functions 验证/验证来自 Rails 的 AWS Cognito 访问令牌 - Verify/validate an AWS Cognito access token from Rails AWS Cognito - 访问和刷新令牌 - AWS Cognito - Access and refresh token AWS Cognito JWT 身份验证适用于 ID 令牌,但不适用于访问令牌? 返回 401 - AWS Cognito JWT authentication works with the ID Token, but not the Access Token? Returns 401 哪个 ID 用于验证用户请求? ID 令牌或访问令牌 - AWS Cognito - Which ID to be used to validate user request? ID Token or Access Token - AWS Cognito 是否可以使用访问令牌访问 AWS Cognito API? - Is it possible to access AWS Cognito API with access token? 如何使用 boto3 在 Python 中以管理员身份从 AWS Cognito 获取 JWT 访问令牌? - How can I get a JWT Access Token from AWS Cognito as admin in Python with boto3?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM