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

[Question]: how can i use triggerAuthorizationResultEvent #1946

Open
schoes opened this issue May 28, 2024 · 1 comment
Open

[Question]: how can i use triggerAuthorizationResultEvent #1946

schoes opened this issue May 28, 2024 · 1 comment
Labels

Comments

@schoes
Copy link
Contributor

schoes commented May 28, 2024

What Version of the library are you using?
17.0.0

Question
How can I is the triggerAuthorizationResultEvent correctly. I can't find the event that will be triggered
Thanks
Sven

@Ghostbird
Copy link

Ghostbird commented Jun 12, 2024

I've got the same issue. I think the standalone app example is bugged. triggerAuthorizationResultEvent is set, and postLogoutUrl and unauthorizedUrl are set. However from a look through the code I conclude:

  • Nowhere in the code does something happen because triggerAuthorizationResultEvent is true.
  • The only thing that happens in the code is that postLogoutUrl and unauthorizedUrl are only used if triggerAuthorizationResultEvent is false.

It seems that the flag should be called: skipPostAuthenticationRoutes

I also think this test description is wrong. I think it should read (changes emphasised):

…triggerAuthorizationResultEvent is true or isRenewProcess is true

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

No branches or pull requests

2 participants