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

Cancel authentication when push is declined #185

Open
nilsbehlen opened this issue Sep 5, 2024 · 1 comment · May be fixed by #202
Open

Cancel authentication when push is declined #185

nilsbehlen opened this issue Sep 5, 2024 · 1 comment · May be fixed by #202
Assignees
Milestone

Comments

@nilsbehlen
Copy link
Member

Are there scenarios in which pressing decline does not imply that the authentication should be cancelled?

@nilsbehlen nilsbehlen added this to the 1.5.0 milestone Nov 4, 2024
@lukasmatusiewicz lukasmatusiewicz self-assigned this Nov 21, 2024
@lukasmatusiewicz
Copy link
Contributor

lukasmatusiewicz commented Nov 25, 2024

poll transaction function in java-client returns only a boolean:
true=accepted
false=not accepted yet.

Further info can be found in challenge_status parameter, which returns one of 3 strings:

  • accept
  • declined
  • pending.

Java-client need to be updated first: privacyidea/java-client#67

@lukasmatusiewicz lukasmatusiewicz linked a pull request Dec 12, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants