Skip to content

Instantly share code, notes, and snippets.

@jvanderhoof
Created August 20, 2018 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanderhoof/3504c4522b83ad8ea3a0b1d1cb8cc15e to your computer and use it in GitHub Desktop.
Save jvanderhoof/3504c4522b83ad8ea3a0b1d1cb8cc15e to your computer and use it in GitHub Desktop.
Sample Okta OpenID Connect
- !policy
id: conjur/authn-openid_connect/okta
body:
- !webservice
annotations:
credential/client-id: ops/okta/client-id
credential/client-secret: ops/okta/client-secret
credential/organization: ops/okta/org
credential/url: ops/okta/url
- !group clients
# Allow hosts in the `clients` group to be signed
- !permit
role: !group clients
privilege: [ sign ]
resource: !webservice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment