Namespace collision of scope(s)?

I noticed that the claims show the audience as one list, and the scope as another list. Does this mean if I define a scope named “profile” in my API, I will be unable to tell which audience it refers to?

    "claims":{
        "__raw":"eyJ0<snip>k30Q",
        "iss":"https://dev-8821kz09.auth0.com/",
        "sub":"google-oauth2|109761343995243343044",
        "aud":[
            "https://locahost/query",
            "https://dev-8821kz09.auth0.com/userinfo"
        ],
        "iat":1570229798,
        "exp":1570316198,
        "azp":"FYlBPbNm7vZi9YPwVFyR7J2TLKrzNtST",
        "scope":"openid profile email query:send"
    },

Hi there @klahnakoski, I wanted to reach and let you know I am looking into this and will get back to you with what I find. Thanks!

I wanted to follow up @klahnakoski, after talking with another engineer I was able to confirm that this is indeed possible to accomplish. In the event you are run into challenges with the implementation please snag us a HAR file capture of the breakdown. Please be sure to select “Preserve log” to catch redirects and scrub the file of user passwords before passing through a direct message, thanks!

1 Like

Thank you. As long as I keep this in mind, I can avoid it.

1 Like

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