Skip to content

Commit

Permalink
Referring connector property
Browse files Browse the repository at this point in the history
  • Loading branch information
sasierrassis committed Aug 9, 2024
1 parent ce13e6a commit 795bd69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected AbstractReferringConnectorValidation(Monitor monitor) {
this.monitor = Objects.requireNonNull(monitor);
}

private static final String REFERRING_CONNECTOR_CLAIM = "referringConnector";
private static final String REFERRING_CONNECTOR_CLAIM = "client_id";

/**
* Evaluation function.
Expand Down

0 comments on commit 795bd69

Please sign in to comment.