You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative authentication method is to use signed JWT tokens rather than a shared `client_secret`. This requires 2 files.
150
+
150
151
- An RSA private key file
151
152
-```text
152
153
-----BEGIN RSA PRIVATE KEY-----
@@ -167,7 +168,6 @@ Reference the documentation provided by your provider on how to do this. Dependi
167
168
- <!-- Okta --> JWT for Client Authentication
168
169
- <!-- Auth0 --> Authenticate with Private Key JWT
169
170
170
-
171
171
Once the key and certificate are uploaded, you can run Coder with the files. Navigate to your Coder host and run the following command to start up the Coder server:
0 commit comments