Skip to content

Commit 7acac51

Browse files
Update migrations projects + UTS
1 parent 1e24138 commit 7acac51

44 files changed

Lines changed: 14924 additions & 1777 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/CredentialIssuer/SimpleIdServer.CredentialIssuer/Api/Credential/CredentialController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public CredentialController(
5757
[HttpPost]
5858
public async Task<IActionResult> Get([FromBody] CredentialRequest request, CancellationToken cancellationToken)
5959
{
60-
// User subject must always be a DID.
6160
var scope = User.Claims.SingleOrDefault(c => c.Type == "scope")?.Value;
6261
var authorizedScopes = new List<string>();
6362
if (!string.IsNullOrWhiteSpace(scope))

0 commit comments

Comments
 (0)