Skip to content

Kanidm: What does endpoint belongs to different authority actually mean? #156

Closed Answered by Firstyear
TheRealGramdalf asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is that the validation is validating "too much". It's validation to enforce that it's the same URI origin is good, but the fact that it expects all the URI to be relative to issuer is the problem here. But if you disable that check (to allow non-relative to issuer URI) you also disable the URI origin verification.

So you could change that in documentation, but I would advise and prefer to see that the validation only check the URI origin is consistent, and not that URI's are relative to issuer. Else a potentially useful security feature is then off by default.

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
2 replies
@9p4
Comment options

@TheRealGramdalf
Comment options

Comment options

You must be logged in to vote
14 replies
@9p4
Comment options

@Firstyear
Comment options

@9p4
Comment options

@Firstyear
Comment options

Answer selected by TheRealGramdalf
@9p4
Comment options

@Firstyear
Comment options

@9p4
Comment options

@Firstyear
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants