The Authorization Server Metadata spec (also known as OAuth Discovery) defines a format for clients to use to look up the information needed to interact with a particular OAuth server. This includes things like finding the authorization endpoint, and listing the supported scopes and client authentication mechanisms.
More resources