Skip to content
Discussion options

You must be logged in to vote

so the calls you see for .well-known/oauth-protected-resource/oauth-authorization-server etc. are requests from whatever client you have attempting to connect to the server. when the client is configured for dynamic client registration, it just means that when establishing connection, it will attempt to look for those oauth resources from the server to determine how to proceed. so one of a few things can happen:

if server requires oauth (server would have to set this up to expose oauth metadata and require token exchange) :

  • if client can't reach oauth endpoint, then the client can't authenticate so it can't access the server
  • if client discovers oauth endpoint, it can make the oauth reque…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@michela
Comment options

@bojanbg
Comment options

@jtanningbed
Comment options

@rishid
Comment options

@bojanbg
Comment options

Answer selected by michela
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