Skip to content

Instantly share code, notes, and snippets.

@nfabre
Last active April 27, 2017 06:35
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 nfabre/96ae0a43ba9928e70ad3ecbc43da1739 to your computer and use it in GitHub Desktop.
Save nfabre/96ae0a43ba9928e70ad3ecbc43da1739 to your computer and use it in GitHub Desktop.
OKTA Setup

Setup OKTA App

  1. Create a new Application SAML 2.0 in OKTA
  2. Configure SAML

The "attribute statements" section is optional. If you want to create user on the first login with more data than email, you need to set these attributes.

  1. Done

How to get "Identity Provider metadata"

Once the application is created, you can retrieve the path to the metadata from the "Sign On" tab.

It looks like to https://XXXXX.okta.com/app/a1b2cderfg34DFI/sso/saml/metadata

light_saml_symfony_bridge:
own:
entity_id: "https://XXXXXXXXXXXX.okta.com/"
credentials:
-
certificate: "%kernel.root_dir%/../vendor/lightsaml/lightsaml/web/sp/saml.crt"
key: "%kernel.root_dir%/../vendor/lightsaml/lightsaml/web/sp/saml.key"
password: ~
party:
idp:
files:
- "https://XXXXXXXXXXXX.okta.com/app/%okta_idp%/sso/saml/metadata"
store:
id_state: id_store
parameters:
okta_idp: abcdDDdp4dle8kG5LV0x7 # Identity Provider metadata ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment