mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
auth0: implement identity provider (#1470)
* auth0: implement identity provider * add auth0 guide * fix naming
This commit is contained in:
parent
2864859252
commit
88580cf2fb
5 changed files with 84 additions and 0 deletions
32
docs/docs/identity-providers/auth0.md
Normal file
32
docs/docs/identity-providers/auth0.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: Auth0
|
||||
lang: en-US
|
||||
sidebarDepth: 0
|
||||
meta:
|
||||
- name: keywords
|
||||
content: auth0
|
||||
---
|
||||
|
||||
# Auth0
|
||||
|
||||
[Log in to your Auth0 account](https://manage.auth0.com/) and head to your dashboard. Select **Applications** on the left menu. On the Applications page, click the **Create Application** button to create a new app.
|
||||
|
||||

|
||||
|
||||
## Create Regular Web Application
|
||||
|
||||
On the **Create New Application** page, select the **Regular Web Application** for your application.
|
||||
|
||||

|
||||
|
||||
Next, provide the following information for your application settings:
|
||||
|
||||
| Field | Description |
|
||||
| ---------------------------- | ------------------------------------------------------------------------- |
|
||||
| Name | The name of your application. |
|
||||
| Application Login URI | Authenticate URL (e.g. `https://${authenticate_service_url}`) |
|
||||
| Allowed Callback URLs | Redirect URL (e.g. `https://${authenticate_service_url}/oauth2/callback`).|
|
||||
|
||||
Make sure to click **Save Changes** when you're done.
|
||||
|
||||
On the same **Settings** page you can copy the **Domain** and use it as the provider url (e.g. `https://dev-xyz.us.auth0.com`), as well as the **Client ID** and **Client Secret**.
|
BIN
docs/docs/identity-providers/img/auth0/create.png
Normal file
BIN
docs/docs/identity-providers/img/auth0/create.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
BIN
docs/docs/identity-providers/img/auth0/dashboard.png
Normal file
BIN
docs/docs/identity-providers/img/auth0/dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Add table
Add a link
Reference in a new issue