Skip to content

Commit

Permalink
chore: add /authorization endpoint definition
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Oct 22, 2024
1 parent 1a35d62 commit 2bcb4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/rp-plugin/src/agent/oidc-rp-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ export class OIDCRPPlugin implements IAgentPlugin {
const exampleMetadata = {
credential_issuer: this.pluginConfig.url,
issuer: this.pluginConfig.url,
authorization_endpoint: '',
authorization_endpoint: `${this.pluginConfig.url}/authorization`,
token_endpoint: `${this.pluginConfig.url}/token`,
credential_endpoint: `${this.pluginConfig.url}/credential`,
response_types_supported: [
Expand Down

0 comments on commit 2bcb4db

Please sign in to comment.