You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Consider doing a [test-deployment](https://github.com/xdev-software/standard-maven-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
39
+
* Consider doing a [test-deployment](https://github.com/xdev-software/spring-security-advanced-authentication-ui/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
40
40
* Check the [changelog](CHANGELOG.md)
41
41
42
42
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes
// Changing the text "Login with" to "Sign in with"
24
+
http.with(newAdvancedLoginPageAdapter<>(http), c -> c
25
+
.customizeLoginPage(p -> p.ssoLoginHeaderText("Sign in with")))
26
+
.oauth2Login(c ->
27
+
// ...
28
+
)
29
+
// ...
30
+
}
31
+
```
32
+
33
+
A more detailed scenario is available in the [demo](./spring-security-advanced-authentication-ui-demo/).
7
34
8
35
## Installation
9
-
[Installation guide for the latest release](https://github.com/xdev-software/standard-maven-template/releases/latest#Installation)
36
+
[Installation guide for the latest release](https://github.com/xdev-software/spring-security-advanced-authentication-ui/releases/latest#Installation)
10
37
11
38
12
39
## Support
@@ -16,4 +43,4 @@ If you need support as soon as possible and you can't wait for any pull request,
16
43
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
17
44
18
45
## Dependencies and Licenses
19
-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/standard-maven-template/dependencies)
46
+
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/spring-security-advanced-authentication-ui/dependencies)
0 commit comments