LOG.fine("The AppliesTo address that has been received is: " + address);
providerParameters.setAppliesToAddress(address);
// Get the realm of the request
if (stsProperties.getRealmParser() != null) {
RealmParser realmParser = stsProperties.getRealmParser();
String realm = realmParser.parseRealm(context);
providerParameters.setRealm(realm);
}
// Set the requested Claims
RequestClaimCollection claims = tokenRequirements.getPrimaryClaims();