Package best.skn.security.properties
Class OAuth2Property
java.lang.Object
best.skn.security.properties.OAuth2Property
@Component
@ConfigurationProperties("skn.security.oauth2.client.success")
public class OAuth2Property
extends Object
External OAuth2 Configuration Property Class
There is a property called 'skn.security.oauth2.client.success' for externalizing configurations
The sub-properties are:
(1) Success Redirection URL: it's a String under 'skn.security.oauth2.client.success.redirect'. It holds the successful login redirection page address. When a user is successfully logged in, he/she will be redirected to this address.
- Since:
- 2024-03-16
- Version:
- 1.2.1
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
redirect
A String containing the URL for the successful OAuth2.0 login redirection page in OAuth2 configuration- Since:
- v1.0.0
-
-
Constructor Details
-
OAuth2Property
public OAuth2Property()
-