Skip to content

Commit

Permalink
Fixed address of openid configuration endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-kneier committed Apr 10, 2024
1 parent dd3cb70 commit 5ec7e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ConfigurationController(
private val configurationProviders: List<ConfigurationProvider>,
) {

@GetMapping(".well-known/oidc-configuration")
@GetMapping(".well-known/openid-configuration")
fun configuration(builder: UriComponentsBuilder) = buildMap {
put("issuer", builder.replacePath("/").toUriString())
configurationProviders.forEach {
Expand Down

0 comments on commit 5ec7e51

Please sign in to comment.