Skip to content

Commit 8adaa4c

Browse files
author
AWS
committed
Amazon Appflow Update: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
1 parent 0aaf6f1 commit 8adaa4c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Appflow",
4+
"contributor": "",
5+
"description": "This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance."
6+
}

services/appflow/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4303,6 +4303,10 @@
43034303
"oAuthProperties":{
43044304
"shape":"OAuthProperties",
43054305
"documentation":"<p> The SAPOData OAuth properties required for OAuth type authentication. </p>"
4306+
},
4307+
"disableSSO":{
4308+
"shape":"Boolean",
4309+
"documentation":"<p>If you set this parameter to <code>true</code>, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.</p> <p>Whether you need this option depends on the types of credentials that you applied to your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO can prevent Amazon AppFlow from connecting to your account with your username and password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect successfully. However, if your profile uses OAuth credentials, this parameter has no affect.</p>"
43064310
}
43074311
},
43084312
"documentation":"<p> The connector-specific profile properties required when using SAPOData. </p>"

0 commit comments

Comments
 (0)