
svk0z (svk0z) asked a question.
Hi,
Fairly new-ish to Okta and I've done some research about this question but couldn't really find what I was looking for. I've noticed some apps includes an "Advanced Sign-on Settings" section under the "Sign On" tab. Where there is a custom field, i.e. organisation name and the value of this field gets appended to the SSO URL.
I'm trying to integrate the same thing into my custom app integration but can't find anything to do with adding a custom field for the application, outside of the ones available for the profiles. Is this behind a paywall? or is there some settings that I'm missing?
Currently, I'm just manually appending the value that I want into my SSO URL, i.e. http://localhost:3000/saml/consume?organisation=value but since this seems to be a feature, I'd like to be able to enter the value separately instead rather than adding it to the URL. Is this possible?

Do you mean transfer attribute from Okta user profile to Application by SAML? You can add Attribute Statements like this. It is OIE, could you find whether it also available in Okta Classic Engine?
Not the transfer attributes for the user profile. I already have those set with firstName and lastName being mapped to `user.firstName` and `user.lastName` on Okta. This looks to be something different and doesn't have the ability to add a custom field to the "Sign On" settings. I don't have an "Advanced Sign-On Settings" on my application while the example application I'm looking at does
Hi @svk0z (svk0z) , Thank you for reaching out to the Okta Community!
I'm no sure where you got the screenshot from, but I assume that it's from an app listed in the catalog and those are set up in accordance with the Service Provider's requirements. Those options are not available for custom app deployments using the wizard.
For example the Salesforce app does not offer "organization name" options, instead other "Advanced Sign-on Settings":
In contrast AWS:
If you are the application owner, you can submit it via oinmanager.okta.com and work with our Engineering team to add the necessary fields to the UI.
More details about the process can be found here:
https://developer.okta.com/docs/guides/submit-app/openidconnect/main/
If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope my answer helps!
--------------------------------
Community members help others by clicking Like or Select as Best on responses. Try it today.