mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
Metadatas
This commit is contained in:
@@ -155,7 +155,7 @@ public class JwtAuthorizeEndpoint extends AuthorizeBaseEndpoint{
|
||||
jwkSetString = jwkSetString + "," +jwtDetails.getAlgorithmKey();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
JWKSetKeyStore jwkSetKeyStore = new JWKSetKeyStore("{\"keys\": [" + jwkSetString + "]}");
|
||||
|
||||
return PrettyFactory.getJsonPretty().format(
|
||||
|
||||
@@ -57,9 +57,9 @@ import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
@Tag(name = "2-2-SAML v2.0 API文档模块")
|
||||
@Controller
|
||||
@RequestMapping(value = { "/metadata/saml20/" })
|
||||
public class MetadataEndpoint {
|
||||
public class SamlMetadataEndpoint {
|
||||
private final static Logger logger = LoggerFactory
|
||||
.getLogger(MetadataEndpoint.class);
|
||||
.getLogger(SamlMetadataEndpoint.class);
|
||||
|
||||
@Autowired
|
||||
@Qualifier("keyStoreLoader")
|
||||
Reference in New Issue
Block a user