generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Describe the Problem
Detail of former issue is in #1041 (comment)
New for SCI is now a sap_id_type claim. This claim is always in the JWT (id and access token).
With value app you can rely on a client authentication only and the sub is then always the client_id.
With value user you can rely on a User authentication and then you can rely that sub is the user identifier. This Identifier is called Subject Name Identifier in SCI and in the Admin UI customers can define this. Typically the userId, or email or user_uuid.
Propose a Solution
Sub claim is always in a token so you can now rely on sap_id_type=user + sub (value)
Describe Alternatives
No response
Affected Development Phase
Getting Started
Impact
No Impact
Timeline
No response
Reactions are currently unavailable