Interface OpenIdConfiguration.Builder

  • Method Details

    • issuer

      The issuer value to copy into your Microsoft Entra app registration's OIDC.

      Parameters:
      issuer - The issuer value to copy into your Microsoft Entra app registration's OIDC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subject

      The subject value to copy into your Microsoft Entra app registration's OIDC.

      Parameters:
      subject - The subject value to copy into your Microsoft Entra app registration's OIDC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audience

      OpenIdConfiguration.Builder audience(String audience)

      The audience value to copy into your Microsoft Entra app registration's OIDC.

      Parameters:
      audience - The audience value to copy into your Microsoft Entra app registration's OIDC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.