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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerProperties.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,30 @@ public class OAuth2AuthorizationServerProperties implements InitializingBean {
42
42
*/
43
43
privateStringissuer;
44
44
45
+
/**
46
+
* Set to {@code true} if multiple issuers are allowed per host. Using path
47
+
* components in the URL of the issuer identifier enables supporting multiple
48
+
* issuers per host in a multi-tenant hosting configuration.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerPropertiesMapper.java
0 commit comments