jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
562 stars 121 forks source link

Authorization server does not work in project with Flow UI #1181

Closed knstvk closed 1 year ago

knstvk commented 1 year ago
gorbunkov commented 1 year ago

Seems to be fixed

lovtsovaik commented 1 year ago

For QA: see https://github.com/jmix-framework/jmix/tree/master/jmix-authserver#adding-add-on-to-the-application

lovtsovaik commented 1 year ago

There is another problem while starting:

Method authorizationServerSecurityFilterChain in io.jmix.autoconfigure.authserver.AuthorizationServerAutoConfiguration$AuthorizationServerSecurityConfiguration required a bean of type 'org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository' that could not be found.

gorbunkov commented 1 year ago

@lovtsovaik Add application properties for configuring a client as described in README

lovtsovaik commented 1 year ago

With configuring client, the app starts successfully, but see https://github.com/jmix-framework/jmix/issues/1751#issuecomment-1573270422

lovtsovaik commented 1 year ago

Application starts, requests work