Der Client fordert einen Access Token vom Authorization Server an.
The application authenticates with the authorization server and requests an access token.
Mit dem Access Token kann die Applikation dann auf die Bilder und anderen Daten des Benutzers zuzugreifen.
The application can then access the images and other data of the user by means of the access token.
Dein Access Token ist möglicherweise nicht gültig.
Your Access Token may not be valid.
Fehler: Access Token ist nicht gültig oder abgelaufen.
Error: Access Token is not valid or has expired.
Du kannst nur den Benutzer-Feed des Accounts anzeigen, der mit deinem Access Token verknüpft ist.
You can only display the user feed of the account which is associated with your Access Token.
Gibt es irgendwelche Sicherheitsprobleme, wenn ich einen Access Token auf meiner Website benutze?
Are there any security issues with using an Access Token on my site?
Weitere Requests werden dann mithilfe des ersten Tokens durchgeführt (Access Token).
Future requests have to be executed with the first token (Access Token).
Der Access Token kann jederzeit ungültig werden (selbst wenn er noch nicht abgelaufen ist).
The access token can become invalid at any time (even before it is expired).
Der Zwischenschritt über den Authorization Code hat den Vorteil, dass das Access Token nicht im Browser des Endbenutzers exponiert wird.
The intermediate step of the authorization code has the advantage that the access token is not exposed in the browser of the end user.
Dort wird geprüft, ob der Tester (bzw. dessen Benutzer) die erforderlichen Berechtigungen hat, um dieses Access Token zu erhalten.
The system checks whether the tester (or their users) have the necessary authorizations to receive the access token.
Bei Anhaken dieser Funktionalität im Anmeldeprozess speichert ein Cookie einen Access Token, so dass Sie sich bei einem Neubesuch unserer Website nicht erneut anmelden müssen und wir Sie wiedererkennen.
When you select this functionality during the login process, a cookie saves an access token so that you do not have to log in to our website again on a renewed visit and so that we recognise you.
Der Client fordert einen Access Token vom Authorization Server an.
Then the second resource server talks to the authorization server to validate the access token.
Stimmt der Benutzer zu, stellt der Authorization Server einen Authorization Code aus, mit dem die Applikation ein Access Token für den Service-Zugriff anfordern kann.
If the user agrees, the authorization server issues an authorization code which enables the application to request an access token for accessing the service.