how do I get standard token using loginname and password?
I mean this document is point to how to get session token
https://zitadel.com/docs/guides/integrate/login-ui/username-password
but it can't use as user token
like the one from /oauth/v2/token
that got from ubtrispection callback code
I also try this
https://zitadel.com/docs/guides/integrate/login-ui/oidc-standard#get-auth-request-by-id
and it said
Auth Request does not exist
but I have send a requestAuthID that got from http request get /oauth/v2/authorize
here is my code (python django)

4 Replies
Just to point you to the right direction?
Do you want to implement a login in your app, build your own login or just use a login?
build my own login ui -> send loginname , password -> get access token
can I get access token by session id and session token?
I read this docs
https://zitadel.com/docs/guides/integrate/login-ui/oidc-standard#finalize-auth-request
from request url in api docs
https://zitadel.com/docs/apis/resources/oidc_service_v2/oidc-service-create-callback
it said it need :authRequestId
where do I get :authRequestId from?
ZITADEL Docs
Finalize an Auth Request and get the callback URL for success or failure. The user must be redirected to the URL in order to inform the application about the success or failure. On success, the URL contains details for the application to obtain the tokens. This method can only be called once for an Auth request.
ZITADEL Docs
To build your own login ui for your own application it is not necessary to have the OIDC standard included or any additional work that has to be done.
nevermind I just learn how to use search button and found this
https://discord.com/channels/927474939156643850/1212494819281207376/1214986183046602812