https://github.com/strehle/xsuaa-scripts
Admin scripts for XSUAA from SAP
https://github.com/strehle/xsuaa-scripts
hana sap trust xsuaa
Last synced: 3 months ago
JSON representation
Admin scripts for XSUAA from SAP
- Host: GitHub
- URL: https://github.com/strehle/xsuaa-scripts
- Owner: strehle
- License: apache-2.0
- Created: 2017-01-18T21:44:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T09:52:02.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T09:49:41.268Z (7 months ago)
- Topics: hana, sap, trust, xsuaa
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XSUAA
What is XSUAA from SAP?
See http://help.sap.com/saphelp_hanaplatform/helpdata/en/cc/45f1833e364d348b5057a60d0b8aed/frameset.htm# xsuaa-scripts
This repository contains some admin scripts for XSUAA. They are mainly for the enhancements which were added on top of the UAA from CloudFoundry.## XSA users
The XSUAA uses HANA as datasource for its user store. The identities in XSA are propagated with SAML2 (prio to HANA 2) and with JWT (supported in HANA 2 SP1). This identity propagation is possible, if there is a trust between HANA DB process and XSUAA. This trust is created during installation time. However there are certain situations (key change of HANA secure store for example) why this trust can
break. The trust can be created via REST call to XSUAA. In folder /saml you will find a bash script to create this trust.