improve realm file to not switch randomly otpSupportedApplications by export (#21661)
This commit is contained in:
parent
62d949fdcf
commit
9b80746b3d
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ public class ModelToRepresentation {
|
||||||
.stream()
|
.stream()
|
||||||
.filter(p -> p.supports(otpPolicy))
|
.filter(p -> p.supports(otpPolicy))
|
||||||
.map(OTPApplicationProvider::getName)
|
.map(OTPApplicationProvider::getName)
|
||||||
|
.sorted(String::compareTo)
|
||||||
.collect(Collectors.toList()));
|
.collect(Collectors.toList()));
|
||||||
|
|
||||||
WebAuthnPolicy webAuthnPolicy = realm.getWebAuthnPolicy();
|
WebAuthnPolicy webAuthnPolicy = realm.getWebAuthnPolicy();
|
||||||
|
|
Loading…
Reference in a new issue