cancel
Showing results for 
Search instead for 
Did you mean: 

IOS Branding possible agentry strings

08-10-2022 5:09 PM
tverbeec Explorer
1175 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

In newest SDK 7.3.0.6 there is a possibility to hide SAML-button on login screen (SMPAGENTRY-24300 Allow SAML authentication to be hidden via a branding option)

But there is no note on how to enable this feature, is there a list where we see the possible agentry strings that we can use in the branding.plist file (like for example agentryServerUrl )?

Thanks in advance,

Tom

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

To hide the SAML button and set the iOS client to default to using SAML authentication, you will need to use the AuthenticationType key and set the value to a string of SAML in your Branding.plist. When set to SAML as a key value the client will default to using SAML authentication and username/password will not be an option. If you set the key value to password for the AuthenticationType key, then only the username/password authentication will be available.

tverbeec
Explorer
0 Likes

Thanks for the fast reply!

Answers (0)