You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to Signup Admin Website, in the relative path: /Admin/Tenants, a table with tenants displays, and for each tenant the following links are available: Edit | Details | Users | Delete
When clicking the link Users the webpage redirects to /Admin/tenants//users
An error page displays:
Error.
An error occurred while processing your request.
Expected behavior
A page with a form to add the email should display, after clicking submit, a new user should display and a new record should be inserted in the database.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome
Additional context
I saw the webpage to add an email once, when I put the email and click submit there was an error returned. Since then it failed every time.
The text was updated successfully, but these errors were encountered:
It's true that this functionality has not been implemented.
The main purpose of the ASDK it the main wiring of a Control Plane on which to build a SaaS solution. In most instances it is to be expected that SaaS solutions are so different from each other that the management of users will differ significantly too. That said, I do recognize that it would be beneficial to include an example of how to manage users. So I've put this on the to-do list.
I can see this error: redirect_uri_mismatch
It seems the solution is to add 'https://localhost:44310/signin-oidc' to "allow callback urls" list, but not sure how to do this?. Here some info but I think this is different case because use Managed Identity.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Users
the webpage redirects to /Admin/tenants//usersExpected behavior
A page with a form to add the email should display, after clicking submit, a new user should display and a new record should be inserted in the database.
Screenshots
Desktop (please complete the following information):
Additional context
I saw the webpage to add an email once, when I put the email and click submit there was an error returned. Since then it failed every time.
The text was updated successfully, but these errors were encountered: