Skip to content

Commit 7259b99

Browse files
jeswrlangsamu
andauthored
Update docs/guides/authenticating_with_a_script.md
Co-authored-by: Samu Lang <langsamu@users.noreply.github.com>
1 parent aa18836 commit 7259b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/authenticating_with_a_script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import { Session } from '@inrupt/solid-client-authn-node';
7272
// In production, load these from environment variables.
7373
const CLIENT_ID = process.env.SOLID_CLIENT_ID;
7474
const CLIENT_SECRET = process.env.SOLID_CLIENT_SECRET;
75-
const OIDC_ISSUER = process.env.SOLID_OIDC_ISSUER; // Your Solid server URL
75+
const OIDC_ISSUER = process.env.SOLID_OIDC_ISSUER; // Your authorization server URL (sometimes called IdP, sometimes same as your Solid server URL)
7676

7777
async function main() {
7878
// Create a new session and log in

0 commit comments

Comments
 (0)