Open
Description
I am trying to integrate oauth-ng in my application by setting up manual configuration. we observe following issues.
- When it set request type 'token id_token' application blindly showing access denied link even my provider returns everything.
- When we set log-out URL the oauth-ng JS file initView checking for AccessToken when it is null it is calling for logout method. and this process repeating infinitely.
When I check oauth-ng.js initView function it is expecting token to be available on initial page load only. if token not available then it calling logout.
I put <oauth tag on landing page itself because of that initView calling on page loading and it calling infinitely logout URL.
Metadata
Metadata
Assignees
Labels
No labels