Integrated Portal Register Button

Seeing an issue when creating a register menu button on the integrated portal.
Couple of things to note:

  • This is on an eval org but I've seen this behavior on Edge as well as in a paid Apigee X org.
  • It only occurs when creating a menu item with path directly to /accounts/create.
  • I don't currently have access to submit a support ticket.

Issue: Verify new account link results in Uh oh. Something went amiss. when registering using a menu item linking directly to /accounts/create.

Relevant data:
Portal name: test
Menu item name: Register
Menu item path: /accounts/create
Chrome version: Version 95.0.4638.69 (Official Build) (x86_64)

First name: Nathan
Last name: Zimmerman
email: nathan.zimmerman.achieve@gmail.com
password: testpassworD3$

Video of issue:
https://youtu.be/lwxxn5EKalI

1 3 290
3 REPLIES 3

Let me see if I can get someone to look into this for you. 

Nathan, thanks for the helpful and thorough report.

We have created an internal bug to track. Will report back once triaged and diagnosed.

Hi Nathan, We were able to reproduce and track down the cause. Our auth system requires that the portal's client_id for the oAuth flow is provided as a query parameter. I opened a bug to make this easier to configure as a menu item, but the work-around is to grab the `client_id` from a normal login request and provide it as a query parameter in the menu link. 

 

The client_id can be grabbed in the chrome developer tools network tab on the call `authorize`.