JanssenProject / JanssenProject/jans
feat(jans-cedarling): Add `issuer` to `TrustedIssuer` json schema
Open
comp-jans-cedarling
enhancement
kind-feature
- Dominant language
- Java
- Stars
- 647
- Forks
- 173
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
We should add a new claim to the `TrustedIssuer` json schema:
```
"issuer": {
"description": "The base url of the issuer",
"type": "string",
"format": "uri"
},
```
If no `openid_configuration_endpoint` is specified, then we could derive it by add `.well-known/openid-configuration` to the `issuer`.
Contributor guide
Assessment
This issue has not been assessed yet.