Skip to content

Commit

Permalink
rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liga-oz committed Jul 21, 2023
1 parent 445f1e1 commit feb8e95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private TokenClaims() {
/**
* @deprecated Use {@link TokenClaims#SAP_GLOBAL_APP_TID} instead.
*/
@Deprecated
@Deprecated(forRemoval = true)
public static final String SAP_GLOBAL_ZONE_ID = "zone_uuid"; // legacy claim
public static final String SAP_GLOBAL_APP_TID = "app_tid"; // tenant GUID

Expand All @@ -54,7 +54,7 @@ private XSUAA() {

public static final String ORIGIN = "origin";
public static final String GRANT_TYPE = "grant_type"; // OAuth grant type used for token creation
public static final String ZONE_ID = "zid"; // tenant GUID -> SAP_GLOBAL_ZONE_ID
public static final String ZONE_ID = "zid"; // tenant GUID same value as SAP_GLOBAL_APP_TID
public static final String CLIENT_ID = "cid"; // avoid using directly, make use of Token#getClientId() instead
public static final String SCOPES = "scope"; // list of scopes including app id, e.g. "my-app!t123.Display"
public static final String ISSUED_AT = "iat";
Expand Down

0 comments on commit feb8e95

Please sign in to comment.