Skip to content

Missing Refresh Token for Password Grant #108

@hvarg

Description

@hvarg

Hi all,

I’ve been working on implementing authorization for a web application using the Tapis OAuth 2.0 Authentication system. I’ve followed the documentation to implement the described grants.

  • Authorization Code Grant: This grant works as expected, but it requires sending the client_secret in the request. I would prefer not to expose this in a web application. Is there a recommended way to avoid using the client_secret in such scenarios?

  • Implicit and Password Grants: These grants do not return a refresh token. Is this the intended behavior? If not, is there a way to obtain a refresh token when using these grant types?

Thank you for your assistance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions