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

Attempting to access the users link in the Signup Admin Webapp fails #225

Open
alvaradojl opened this issue May 12, 2023 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@alvaradojl
Copy link

alvaradojl commented May 12, 2023

Describe the bug

To Reproduce
Steps to reproduce the behavior:

  1. 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
  2. When clicking the link Users the webpage redirects to /Admin/tenants//users
  3. 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
Screenshot 2023-05-12 171128

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.

@alvaradojl alvaradojl added the bug Something isn't working label May 12, 2023
@1iveowl 1iveowl added enhancement New feature or request and removed bug Something isn't working labels May 15, 2023
@1iveowl
Copy link
Collaborator

1iveowl commented May 15, 2023

Thank you @alvaradojl.

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.

@1iveowl 1iveowl self-assigned this May 15, 2023
@leo-schick leo-schick mentioned this issue Jan 13, 2024
5 tasks
@appwebcaddy
Copy link

appwebcaddy commented Feb 19, 2024

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.

image


kind of following this https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications
Under Azure AD B2C > there is the oidc application, that I setup to that localhost Redirect URL.
BUT actually did not work :(

It could be a solution using the deploy .sh/.json scripts but I do not know???

image

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

No branches or pull requests

3 participants