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
short-lived JWT for PAT (personal access token) through Portal UI -- ditto JWT Authorizer
bulit-in IAM which required Signature v4 singed request -- ditto IAM Authorizer
Use Cases:
Need longer-live access token or API key, especially service-to-service integration for downstream app automation
Actions:
Find a solution
Hint: we could already made use of "refresh token" from Cognito JWT authorizer issuer. Read OAuth Refresh Token. If going this route, then changes might be just needed at Portal UI; which already with Amplify library and, just need way (a view) to exposing it.
Context:
So far, we have:
Use Cases:
Actions: