OpenID Connect metadata

This commit is contained in:
MaxKey
2023-02-15 10:04:47 +08:00
parent 3ab0551f2f
commit ba9790c771
14 changed files with 1399 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright [2020] [MaxKey of copyright http://www.maxkey.top]
* Copyright [2022] [MaxKey of copyright http://www.maxkey.top]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -47,4 +47,8 @@ public class ContentType {
public static final String IMAGE_PNG = "image/png";
public static final String JSON = "json";
public static final String XML = "xml";
}