Skip to content

Commit 5f3266c

Browse files
authored
Update user_auth_system.md (#553)
Changed fqdn to localhost:3080
1 parent abd1b10 commit 5f3266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/user_auth_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To enable Google login, you must create an application in the [Google Cloud Cons
4949
2. In the search box, type Azure Active Directory and click on it.
5050
3. On the left menu, click on App registrations and then on New registration.
5151
4. Give your app a name and select Web as the platform type.
52-
5. In the Redirect URI field, enter https://fqdn/oauth/openid/callback and click on Register.
52+
5. In the Redirect URI field, enter http://localhost:3080/oauth/openid/callback and click on Register.
5353
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.
5454
7. On the left menu, click on Authentication and check the boxes for Access tokens and ID tokens under Implicit grant and hybrid flows.
5555
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.

0 commit comments

Comments
 (0)