JanssenProject / JanssenProject/jans

feat(jans-cedarling): Add `issuer` to `TrustedIssuer` json schema

Open
#11,088 0 comments 0 reactions 1 assignee Claimed by @olehbozhok View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.