
qjh65 (qjh65) asked a question.
Hello,
We are building a custom PHP app. The IdP is a third-party. We are the SAML SP.
- Do we create a SAML app within Okta using the IdP's SSO URL?
- I believe Okta will generate a key-pair for us to be included (public key only) in our metadata to be sent to the IdP. Is this correct?
- Can anyone point us to where we can find how to integrate custom PHP code with Okta SP services?
Thank you!

if your app support saml2.0 as SP and okta as IDP, you can reference this document:
https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_saml.htm
Thank you for your reply. The IdP is a third-party provider. We have their metadata file and SSO endpoints. We need to serve as the SP since we are building the PHP application.