SSO between SAP Webgui for HTML and SAP Cloud platform Extension application - single-sign-on

I wanted to achieve SSO between SAP Webgui for HTML of On prem. S/4HANA system ,and between SAP cloud platform extension application ,Application open webgui in new window but prompt user and password ,how SSO can be achieved in this scenario between Cloud platform Sub-account and SAP webgui,any suggestions or documentation will be very helpful.
Thanks,
Siddharth

Related

How to access SAP Cloud Integration tool?

I know the very basics such as it is a tool to integrate different cloud and/or on-premise systems, but what I don't understand is that where is this Integrator (hci/sci)?
I already have an S-User, I can acces Sap Cloud Platform Cockpit (we spend most of our times in the webide creating Fiori applications).
In Sap CP Cockpit there is a service called Cloud Integration, and it is enabled but I get a 503 – Service Unavailable page when I click on "Configure Cloud integration".
I also heard about https://cloudintegration.hana.ondemand.com tool, but I'm not familiar with it yet.
So my question is, if I have a job to integrate (e.g SuccesFactor with an ERP system on-premise) where do I go? Which platform is where I can configure the integration, etc?
Bonus question: Is Sap Cloud Integration and Hana Cloud Integration the same thing?
"Hana Cloud Integration" and "SAP Cloud Integration" are outdated terms for what is now called: "SAP Cloud Platform Integration" "SAP Integration Suite".
You can find the corresponding docu here: https://cloudplatform.sap.com/capabilities/product-info.SAP-Cloud-Platform-Integration.cceaaf2b-8ceb-4773-9044-6d8dad7a12eb.html#
On the very right side of this page is a “Contact Us” link for further help.

Using Google-Account to log into Alfresco

Is it possible to log in to the Alfresco Community Edition using a Google account and using SSO?
How to configure this connection correctly using WSO2 Identity Server?
Read the documentation about SAML support on the Alfresco Documentation site: https://docs.alfresco.com/saml/concepts/saml-config-overview.html

Is there a solution to deploy SAP Mobile apps for Android without local SAP HAT installation?

I am asking me if there is a way to deploy SAP hybrid apps (programmed in WEB IDE) for Android / iOS without having a "local" HAT connector installed?
My intention is that with all this cloud services it should be possible to consume a "build for Android" service in the cloud instead of installing the build stuff on a local developer machine.
This question is a little bit related with these posts:
SAP Mobile Integration with android
SAP HANA Cloud Platform for mobile apps
Yes, this has been implemented end of last year. The prerequisites are as follows:
Subscribe to Portal service
Subscribe to Fiori Mobile service
Create a "default" launchpad in Portal service
Enable the Hybrid App Toolkit plugin in the WebIDE
Now when you create new apps in the WebIDE, on the first page there is a "mobile" checkbox that you need to select. If you have done this, you can trigger a cloud build via the "Fiori Mobile" context menu that you get when you right-click your project. You can find a more elaborate guide here.

OAuth with IBM API Manager and IBM Mobile First

I would like to use OAuth as authorization system for my API created on the IBM API Manager (on Bluemix). Is it possible to use the IBM MobileFirst as OAuth provider? I have already tried inserting
mobile_first_context*/authorization/v1/authorization
as “Authorization URL”, after calling
advanced_developer_portal_context*/oauth/authorize
I obtain the form to insert the credentials, I enter a MobileFirst user and password (credentials are in basic user registry) but it seems to be always failing and the form is constantly visible.
What am I getting wrong?
Thank you in advance.
This is not possible through MobileFirst Platform Foundation at this time. The question should be directed at the API Manager product. You could probably open a PMR (support ticket) for that team.
To use OAuth to the secure the APIs in IBM API Management, please see the Securing an API by using OAuth 2.0 tutorial. As provided in the earlier answer it is not possible through IBM Mobile First Platform at this time.

Single Sign-On for SAPUI5 app: how to set up?

I have a SAP sso2 service enabled in the company, how would I enable single sign-on in code? What do I need to insert to my code and possibly where?
When I log in to portal, single sign-on feature works, as I am not asked for password every time. I would like to have the same thing for my SAPUI5 application.
Can I possibly use cookies? If yes, how?
Yes, you can have the same thing for your SAPUI5 application. You don't need to code anything. SSO for ABAP is standard configuration. You can use any of these:
SPNego for ABAP (included in SAP Single Sign-On 2.0)
SAML to Active Directory (assuming your users are there and that's why you have SSO to Portal)
When your company has implemented SSO for Portal, they should of course do the same for SAP GUI and ABAP HTTP. :-)
Note that there is a licensing cost for SAP Single Sign-On 2.0.
If you use ABAP on-premise system for your SAPUI5 app, then you need to have SAP Single-Sign-On solution installed, it includes SAML support.
SAML implementation on AS ABAP is provided by CommonCryptoLib (SAPCRYPTOLIB) so what you need here:
Install SAPCRYPTOLIB library server-side.
Not needed on Netweaver 72x/74x kernel PL released after November 2013, because now built-in kernel.
Enable SAML provider in AS ABAP in SAML2 transaction
Configure AS ABAP as service provider
Set up SAP SSO
After that you will be able to connect to ABAP system from your app.
If you connect to SCP cloud ABAP or HANA system, then this is even more simply because it supports SAML natively.