Skip to content

Commit

Permalink
chore: update oidc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 authored Oct 21, 2024
1 parent 92140c0 commit bd680d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/docs/pages/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This guide will walk you through the process of using OpenID Connect (OIDC) for authentication in your application. As an end user, you don't need to worry about the underlying code; just follow these steps to get started.

## Requirements
- Set client type to PUBLIC in your oidc provider
- OIDC well known config url
- OIDC client ID


#### Step 1: Logging In with OIDC

- Go to the login page of the application. You should see options for logging in with different methods, including OIDC.
Expand All @@ -19,7 +25,6 @@ If you are an admin, you can manage OIDC settings in the admin panel.
- Log in to the application with admin credentials and navigate to the admin panel.

- In the authentication settings section, select "OIDC" as the provider type.

- Enter the necessary details such as the Issuer, Client ID, and Redirect URI.
- The Issuer is the URL of the OIDC provider, it needs to be the well known configuration endpoint of the OIDC provider.

Expand Down

0 comments on commit bd680d3

Please sign in to comment.