fixed JS crash on "new client" operation
parent
e4284353e8
commit
899e306683
|
@ -224,7 +224,8 @@
|
|||
refreshTokenValiditySeconds: 604800,
|
||||
displayClientSecret: false,
|
||||
generateClientSecret: false,
|
||||
requireClientSecret: true
|
||||
requireClientSecret: true,
|
||||
allowIntrospection: false
|
||||
},
|
||||
|
||||
urlRoot:"api/clients"
|
||||
|
|
Loading…
Reference in New Issue