From the course: Web Security: OAuth and OpenID Connect
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
OAuth 2.0 as a service using Auth0 - OAuth Tutorial
From the course: Web Security: OAuth and OpenID Connect
OAuth 2.0 as a service using Auth0
- [Instructor] For commercial options for OAuth servers, Auth0 is pretty much one of the easiest options out there. The instructions for getting set up are in the other_oauth_server folder right here. There's three main things we need to do with an Auth0, so let's go ahead and tackle those. On Auth0's website, you can sign up for free. I'll happen to use my GitHub account. Now the first thing you need to do is create a user, so you go to User Management, Users, and go ahead and create your first user. I went ahead and created mine with my own email address, just to keep it nice and easy. Next, we need to get it set up for Authorization Code Flow. Over here under Applications, we choose Application, and we can go ahead and create a new application. In this case, I can use the default application. We click on that, and under the Settings tab, these are most of the settings that we'll need for the Authorization Code Flow…