Update user_auth_system.md (#553)

Changed fqdn to localhost:3080
This commit is contained in:
bsu3338 2023-06-27 07:56:42 -05:00 committed by GitHub
parent abd1b10b46
commit 5f3266c1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ To enable Google login, you must create an application in the [Google Cloud Cons
2. In the search box, type Azure Active Directory and click on it. 2. In the search box, type Azure Active Directory and click on it.
3. On the left menu, click on App registrations and then on New registration. 3. On the left menu, click on App registrations and then on New registration.
4. Give your app a name and select Web as the platform type. 4. Give your app a name and select Web as the platform type.
5. In the Redirect URI field, enter https://fqdn/oauth/openid/callback and click on Register. 5. In the Redirect URI field, enter http://localhost:3080/oauth/openid/callback and click on Register.
6. You will see an Overview page with some information about your app. Copy the Application (client) ID and the Directory (tenant) ID and save them somewhere. 6. You will see an Overview page with some information about your app. Copy the Application (client) ID and the Directory (tenant) ID and save them somewhere.
7. On the left menu, click on Authentication and check the boxes for Access tokens and ID tokens under Implicit grant and hybrid flows. 7. On the left menu, click on Authentication and check the boxes for Access tokens and ID tokens under Implicit grant and hybrid flows.
8. On the left menu, click on Certificates & Secrets and then on New client secret. Give your secret a name and an expiration date and click on Add. 8. On the left menu, click on Certificates & Secrets and then on New client secret. Give your secret a name and an expiration date and click on Add.