public class DiscoveryController extends IdsController
| Constructor and Description |
|---|
DiscoveryController() |
| Modifier and Type | Method and Description |
|---|---|
String |
jwksJson() |
com.fujieid.jap.ids.model.OidcDiscoveryDto |
openidCfg(javax.servlet.http.HttpServletRequest request) |
@Get @Mapping(value="openid-configuration") public com.fujieid.jap.ids.model.OidcDiscoveryDto openidCfg(javax.servlet.http.HttpServletRequest request)
@Get @Mapping(value="jwks.json") public String jwksJson()
Copyright © 2025. All rights reserved.