Het welbekende eindpunt (.well-known/openid-configuration) dat OpenID Connect configuratie-metadata biedt, inclusief alle beschikbare eindpunten en ondersteunde functies.
GitLab issuer URL
https://gitlab.com
Een unieke identificatie-URL die de OAuth/OIDC-provider identificeert en wordt gebruikt voor de validatie van tokens
GitLab autorisatie-eindpunt
https://gitlab.com/oauth/authorize
Het eindpunt om gebruikers naar te verwijzen om je applicatie toegang tot hun account te verlenen.
GitLab token eindpunt
https://gitlab.com/oauth/token
Het eindpunt om de autorisatiecode of de verversingstoken in te wisselen voor een access token en een verversingstoken.
GitLab gebruikersinfo-eindpunt
https://gitlab.com/oauth/userinfo
Het gestandaardiseerde OAuth- eindpunt dat geverifieerde gebruikersprofielinformatie retourneert, inclusief claims over de huidige gebruiker op basis van de scope van de access token.
GitLab JWKS URI
https://gitlab.com/oauth/discovery/keys
De URI die openbare sleutels biedt voor het verifiëren van JWT-tokens. Deze sleutels worden gebruikt om de authenticiteit van tokens uitgegeven door de autorisatieserver te valideren.
GitLab intrekkings eindpunt
https://gitlab.com/oauth/revoke
Het eindpunt dat wordt gebruikt om access tokens of verversingstokens ongeldig te maken vóór hun verlooptijd, meestal gebruikt wanneer een gebruiker uitlogt of toegang tot een applicatie intrekt.
GitLab introspectie-eindpunt
https://gitlab.com/oauth/introspect
Het eindpunt dat geautoriseerde partijen in staat stelt om de status en geldigheid van een access token of verversingstoken te controleren, met gedetailleerde token metadata.