Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mutual TLS kreves hvis klienten er satt opp til å kreve MTLS.

Plassering

Navn

Type

Confidential client

  • OpenID Connect Core 1.0 - Token Request

  • The OAuth 2.0 Authorization Framework - Access Token Request

  • Assertion Framework for OAuth 2.0 Client Authentication and Authorization Grants

  • Proof Key for Code Exchange by OAuth Public Clients

    Beskrivelse

    Body

    client_id

    string

    Påkrevd for public clients, benyttes ikke for confidential clients


    client_assertion_type

    string

    Påkrevd for confidential clients, skal ha verdien “urn%3Aietf%3Aparams%3Aoauth %3Aclient-assertion-type%3Asaml2-bearer”


    client_assertion

    string

    Påkrevd for confidential clients, benyttes ikke for public clients.


    grant_type

    string

    Påkrevd, skal ha verdien "authorization_code"


    code

    string

    Authorization code mottatt fra /Authorize-endepunktet


    code_verifier

    string

    Samme verdi som ble sendt inn til /par-endepunktet men uten SHA-256 hash.


    redirect_uri

    string

    Samme verdi som ble sendt inn til /par-endepunktet

    ...