Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

OIDC Admin UI Authentication #148

Open
mosersil opened this issue Aug 8, 2022 · 0 comments
Open

OIDC Admin UI Authentication #148

mosersil opened this issue Aug 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mosersil
Copy link
Contributor

mosersil commented Aug 8, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Use OIDC for Admin UI Authentication

New or Affected Resource(s)

  • resource_pingaccess_auth_oidc

Potential Terraform Configuration

resource resource_pingaccess_auth_oidc "demo" {
  authn_req_list_id = 1
  enabled = true
  use_slo = false
  oidc_configuration {
    client_credentials {
      client_id = "cheese"
      client_secret {
        value = "baconsandwich"
      }
      credentials_type = "SECRET"
    }
    scopes = [ "openid" ]
  }
}

References

@mosersil mosersil added the enhancement New feature or request label Aug 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant