Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.authlete.com/llms.txt

Use this file to discover all available pages before exploring further.

Authlete は、ticket に関連する下記のようなエラーを返却することがあります。
[A041201] There is no entity having the ticket specified in the /api/auth/authorization/issue request (ticket = {Ticket}).
これは「Authlete のデータベース上にリクエスト中に含まれる ticket が存在しない」というエラーです。発生する原因には下記の2パターンが考えられます。
  1. ticket は発行から24時間以上経過し、すでに失効している場合
  2. タイムアウトに伴うリトライなど、同じ ticket を2回以上利用した場合
上記の場合、当該 ticket がデータベース上に既に存在しないため、Authlete は上記のエラーを返却します。 なお、ticket パラメータの詳細につきましては、下記をご参照ください。 Anthorization Endpoint における ticket パラメーターの特性