Harmonize property visibility in Saml2RelyingPartyProperties
Closes gh-19194
This commit is contained in:
@@ -59,7 +59,7 @@ public class Saml2RelyingPartyProperties {
|
||||
return this.signing;
|
||||
}
|
||||
|
||||
Identityprovider getIdentityprovider() {
|
||||
public Identityprovider getIdentityprovider() {
|
||||
return this.identityprovider;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user