Skip or disable login oauth2 page in XML
Hi!
Is there a formula the skip or disable login page oauth2? the example below.
Hi @mayaugusto7, have you tried formLogin((form) -> form.disable())?
Hi @marcusdacoregio is this possible in xml?
Sorry for my oversight. I don't think there is a property on <form-login> to disabled it.
Are you using <http auto-config="true">? If so try setting it to false, this way it will prevent the form login from being created
Same using the attribute auto-config="false" the page was generated. I have a question, the filter class DefaultLoginPageGeneratingFilter can be override or removed?
Any news on this?
Hi, @guikaua12. There is no update on this yet. Can you share the reasons why you need the OAuth2 Login Page to be disabled?
Hi, @guikaua12. There is no update on this yet. Can you share the reasons why you need the OAuth2 Login Page to be disabled?
the reason is that i don't really like that MVC pattern where the views come from the backend, i would like to let the backend only care about everything except views, so instead replace those screens with frontend screens written in React or smth