OIDC Duende DemoDescription: {{description}}
Client ID: {{clientId}}
Grant Type: {{grantType}}
Token Lifetime: {{tokenLifetime}}
Requires PKCE: {{requiresPkce}}
Authentication: {{authMethod}}
Scopes: {{scopes}}
Authority: {{authority}}
Redirect URI: https://localhost:{{port}}/signin-oidc
Restart the script with different -Mode parameter to try other configurations:
interactive.confidential - Standard (client secret)interactive.confidential.jwt - JWT authenticationinteractive.confidential.short - Short-lived tokens (75s)interactive.public - Public client (no secret)interactive.confidential.nopkce - Without PKCEinteractive.confidential.hybrid - Hybrid flow