Skip to content

Adopt to sap_id_type to solve principle resolution #1096

@strehle

Description

@strehle

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions