Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/win scripts #26

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed dma approve script mrn.
  • Loading branch information
peanut006 committed Jan 8, 2021
commit 624064ec4fcd1336d9d59a07f1c3ecf82a33f634
2 changes: 1 addition & 1 deletion setup/windows/setup-mir-dma-approve-org.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Write-Host "--"
Write-Host "-- Token: $token"
Write-Host "--"

$response=Invoke-RestMethod -Uri http://localhost:8444/oidc/api/org/urn:mrn:mcp:org:idp1:dma2/approve -Headers @{"Authorization" = "Bearer $token"} -Method Get
$response=Invoke-RestMethod -Uri http://localhost:8444/oidc/api/org/urn:mrn:mcp:org:idp1:dma/approve -Headers @{"Authorization" = "Bearer $token"} -Method Get
Write-Host "--"
Write-Host "-- Response: $response"
Write-Host "--"
Expand Down