Logo
  • Home

Cryptography

  • Cryptography Tool (Jwk)
  • Commands
    • Generate new Json Web keys Commands
    • Generate keys in certificate format Commands

HelseId

  • HelseId Client secrets Tool
  • Code lab
    • Getting started with codelab
    • Generate new certificates command
    • Generate new Json Web keys command
    • Readclientsecret
    • Update client secret command
  • Commands
    • Update client with new keys Commands
    • Read client secret expiration command
FHI HelseID Tools
  • HelseId
  • Code lab
  • Update client secret command

Update client secret command¶

In [ ]:
Copied!
dotnet tool install --global Fhi.HelseIdSelvbetjening.CLI --version 1.0.0

$clientId = ""
$newKeyPath = ""
$oldKeyPath =""
$authorityUrl = ""
$baseAddress = ""

helseid-cli updateclientkey --ClientId $clientId --NewPublicJwkPath $newKeyPath --ExistingPrivateJwkPath $oldKeyPath --AuthorityUrl $authorityUrl --BaseAddress $baseAddress --Yes
dotnet tool install --global Fhi.HelseIdSelvbetjening.CLI --version 1.0.0 $clientId = "" $newKeyPath = "" $oldKeyPath ="" $authorityUrl = "" $baseAddress = "" helseid-cli updateclientkey --ClientId $clientId --NewPublicJwkPath $newKeyPath --ExistingPrivateJwkPath $oldKeyPath --AuthorityUrl $authorityUrl --BaseAddress $baseAddress --Yes
Previous Next

Built with MkDocs using a theme provided by Read the Docs.
« Previous Next »