SstOIDCMicrosoftMetadata
This specific subclass implements the peculiarity of dealing with Microsoft's tenant ids in its OAuth2.0 and OpenID Connect urls.
In particular, it makes sure that the issuer validation can be performed when receiving the JWT from the Microsoft OpenID Connect service.
Class Methods
None
Instance Methods
issuerForTenantId:
  Returns the issuer claim, given the tenant id value in the argument.
     
     Microsoft's urls are parameterized with a 'tenant id'. 
     In order to retrieve the correct issuer specification, we need to replace this parameter in the path of the url with the actual tenant id.
    Arguments:
        tenantId: <String> the Microsoft tenant id
     Answers:
        <SstUrl>
Last modified date: 01/13/2026