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
  • Readclientsecret

In [ ]:
Copied!
# Read client secret command
# Read client secret command
In [ ]:
Copied!
dotnet tool install --global Fhi.HelseIdSelvbetjening.CLI --version 1.0.0

$clientId = ""
$privateJwkPath = ""
$authorityUrl = ""
$baseAddress = ""

helseid-cli readclientsecretexpiration --ClientId $clientId --ExistingPrivateJwkPath $privateJwkPath --AuthorityUrl $authorityUrl --BaseAddress $baseAddress
dotnet tool install --global Fhi.HelseIdSelvbetjening.CLI --version 1.0.0 $clientId = "" $privateJwkPath = "" $authorityUrl = "" $baseAddress = "" helseid-cli readclientsecretexpiration --ClientId $clientId --ExistingPrivateJwkPath $privateJwkPath --AuthorityUrl $authorityUrl --BaseAddress $baseAddress
Previous Next

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