We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd876b4 commit e6b0e58Copy full SHA for e6b0e58
jans-auth-server/common/src/main/java/io/jans/as/common/model/registration/Client.java
@@ -30,7 +30,7 @@
30
* @author Javier Rojas Blum
31
* @version October 17, 2022
32
*/
33
-@DataEntry(sortBy = {"clientName"})
+@DataEntry(sortBy = {"displayName"})
34
@ObjectClass(value = "jansClnt")
35
@JsonInclude(JsonInclude.Include.NON_NULL)
36
public class Client extends DeletableEntity implements Serializable {
0 commit comments