-
|
Rauthy provides .well-known/openid-configuration but when looking that one up it shows amongst other things all grant types. But for specific clients, only some grant types are enabled. Is there a client-specific discovery document as well? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No. If a client simply requests all available ones, it's actually a bad client. It should only request the ones that it actually needs and should have access to, and you usually configure the For instance, only because I "support" posting my social security number here on Github, because I have this information available, it's not a good idea to actually do that and others have no right to request it. |
Beta Was this translation helpful? Give feedback.
I don't have an idea in what kind of situation such a client specific document would be necessary or even helpful, but if you have a valid use case and it makes sense, it could be added pretty easily I guess.
The generic config exists in this place to provide auto-lookups for all URLs usually. With a specific location, the auto-lookup would be impossible and you need to specifiy it manually again. So I guess you would even lose features.