Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting responseType and authorizePath not working #136

Open
ldeluca opened this issue Jul 6, 2016 · 2 comments
Open

Setting responseType and authorizePath not working #136

ldeluca opened this issue Jul 6, 2016 · 2 comments

Comments

@ldeluca
Copy link

ldeluca commented Jul 6, 2016

When I set the values for responseType and authorizePath within the html element it's still pulling from the oauth-ng.js values.

<oauth
               template="/app/views/extras/extras.youtube.view.html"
               site="{{extras.oauthconfig.site}}"
               client-id="{{extras.oauthconfig.clientid}}"
               redirect-uri="{{extras.oauthconfig.redirecturi}}"
               text="YouTube Signin"
               authorizePath="/auth"
               responseType="token"
               scope="{{extras.oauthconfig.scope}}">
        </oauth>

also, when I try to set text as a variable it doesn't pull the value. Only when I type out the text does it get the value.

@pottabathini
Copy link

I am also facing the same issue. whatever the value for authorizePath it is not accepting and taking default value only. I tried with test project of oauth-ng.

@pottabathini
Copy link

It seems your test app still referring old js library. I replaced with new one but when we put logout URL it keep on hitting logout in a circular loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants