Skip to content

Commit

Permalink
feat: ServiceIdentifier for IAS (#189)
Browse files Browse the repository at this point in the history
feat: add ServiceIdentifier for IAS
  • Loading branch information
Johannes-Schneider authored Feb 9, 2024
1 parent 3ee8ff1 commit c9fc080
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ public final class ServiceIdentifier
@Nonnull
public static final ServiceIdentifier BUSINESS_RULES = of("business-rules");

/**
* Represents the <a href="https://help.sap.com/docs/identity-authentication">SAP Identity Authentication
* Service</a> (also known as <i><b>IAS</b></i>).
*/
@Nonnull
public static final ServiceIdentifier IDENTITY_AUTHENTICATION = of("identity");

/**
* Returns an {@link ServiceIdentifier} based on the provided {@code id}.
* <p>
Expand Down

0 comments on commit c9fc080

Please sign in to comment.