Legacy Dev Forum Posts

 View Only

Sign Up

OAuth With Implicit Grant return token including special char #

  • 1.  OAuth With Implicit Grant return token including special char #

    Posted 06-05-2025 18:13

    glennzh | 2018-06-05 14:10:22 UTC | #1

    Why Implicit Grant return token param contains non standard url character "#"?

    accesstoken=xxxxxxx&&expiresin=86399&token_type=bearer

    is not a valid char to be used on the url. Is purecloud going to change this to make sure that the return url params is standard url param?

    It should be like this. ?accesstoken=xxxxxxx&&expiresin=86399&token_type=bearer


    tim.smith | 2018-06-05 14:15:02 UTC | #2

    The pound sign denotes a URI fragment, which is a standard component. This syntax is required by the OAuth RFC 6749. We do not intend to deviate from this standard.


    system | 2018-07-06 14:15:03 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 2959