Skip to content

initView function calling logout in infinite loop #141

Open
@pottabathini

Description

@pottabathini

I am trying to integrate oauth-ng in my application by setting up manual configuration. we observe following issues.

  1. When it set request type 'token id_token' application blindly showing access denied link even my provider returns everything.
  2. 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

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