fyll
March 13, 2023, 8:44am
1
after loggin in with google
I see this terrible interface. I never seen that when I log in with other apps.
How can I delete it? If it confuses me that I’m a developer no clue how a normal user would react. This is terrible UX
Why do you have to authorize the app in the first place and what’s a livesey account anyway? I though people didn’t have an account with us because they were using social logins/connections
This subject has been covered extensively in our forum and docs. Please take moment to search for an answer before posting.
https://auth0.com/docs/get-started/applications/confidential-and-public-applications/user-consent-and-third-party-applications
Question: Disable Authorize App Dialogue Box
Answer:
Using localhost as your development environment can cause this dialogue box to appear. Consent cannot be skipped on localhost, as it is never a verifiable first-party client.
During development, you can work around this by modifying your /etc/hosts file to add an entry such as the following:
127.0.0.1 myapp.example
Similarly, you cannot skip consent (even for first-party applications) if localhost appears in any domain in the …
I’m using Auth0 for a SPA. I have a Client that is tied to an API and am creating users via the management API. Whenever I create a new user, they always have to Authorize the client to use their account as shown below. Is there a way to bypass this?
![alt text][1]
I expect I am missing something simple here but while following this code:
as a sample to update an existing AWS Amplify app to use Auth0, I’m getting a second screen during signup that I didn’t expect. I added a new Log In button which sends me to the hosted Universal Login screen. I click Sign Up to make a new account, fill in user/pw and then click the Continue button. I expected this would be all there is but I was immediately presented with another screen that looks like an Oauth reque…
system
Closed
March 27, 2023, 1:08pm
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.