question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Self Hosted Portal Guest user verification failed (same as 1157)

See original GitHub issue

Bug description

When the user is invited to connect to the portal, he is directed to a page not found, which prevents him from registering his password and using the portal.

The link sent to the user’s email is as follows: https://mysite/confirm-v2/identities/basic/invite?userid=userId&identity=identity&ticketid=ticketid&ticket=ticket It is generated from the “$ConfirmQuery” parameter in the notification configuration of Invite User mail.

If we try to use signup instead as a workaround (https://mysite/signup?userid=userId&identity=identity&ticketid=ticketid&ticket=ticket) the user is signed in to the home page without being allowed to set the password. The Reset Password workflow has to be triggered to allow the user to set the password and then they are able to sign in.

Reproduction steps

  1. Invite a user to the portal
  2. User receives the email and clicks the link
  3. The 404 page is displayed although the Network tab shows 200 responses.

Expected behavior

User should be able to set a password and activate the account.

Is your portal managed or self-hosted?

Self-hosted

Release tag or commit SHA (if using self-hosted version)

release 2.9.0

Environment

  • Operating system: Windows
  • Browser: Chrome, Firefox
  • Version: latest

Additional context

Network tab screenshot after the invite url is pasted in the browser

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mikebudzynskicommented, Aug 31, 2021

@mpowers-3c, at this moment this scenario isn’t supported in the self-hosted portals. Could you please open a separate GitHub issue for it?

1reaction
azaslonovcommented, May 19, 2021

Hi @mounarshisantra, since you’re using self-hosted portal, you need to update your email template of the user invitation. In the template, instead of $ConfirmUrl, you’ll need to specify your URL of your self-hosted portal and $ConfirmQuery variable.

image

Hope that helps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cisco Identity Services Engine Administrator Guide, Release 3.1
USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET...
Read more >
Appendix B. Event Codes Red Hat Virtualization 4.3
Code Name Severity 0 UNASSIGNED Info 1 VDC_START Info 2 VDC_STOP Info
Read more >
Admin Manual - HelpSpot Support
SAML User Login Redirects to Portal Instead of Admin Workspace. When SAML authentication is enabled HelpSpot will search the "Black Box/LDAP/AD/SAML Username" ...
Read more >
ANS 0000-9999: Version 8.1.8 messages - IBM
Verify that the restore location exists on the virtual machine and that your account has access to it. ANS1096S Either the node does...
Read more >
Release Notes - OpenSSH
Keys below this length will be ignored for user authentication and for host authentication in sshd(8). ssh(1) will terminate a connection if the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found