cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Hana Express PUBLIC KEY for JWT authentication cannot be setup

former_member830807
Discoverer
0 Kudos
424

Hi there,

Our company has an SAP Hana Cloud and SAP Hana Express instances. We're trying to configure JWT token authentication for SAP Hana Express. We managed to configure it for SAP Hana cloud and register a PUBLIC KEY to validate JWT tokens. We added this key to PUBLIC KEY store for Hana Cloud by running the following SQL:
CREATE PUBLIC KEY 2FROM '-----BEGIN RSA PUBLIC KEY-----PUBLIC KEY-----END RSA PUBLIC KEY-----' 3COMMENT 'comment'.

However, when we run the same SQL in Hana Express, we get unknown table PUBLIC KEY - it seems like Hana Express doesn't have that system table where keys get stored. Anyone encountered this issue or could point us to a solution?

Cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member830807
Discoverer
0 Kudos

Anyone here?