Closed milan0v closed 10 months ago
Hi Dimitar,
That is the latest documentation yes. The auth URL can be found from the details in sandbox at https://auth.sandbox.openbanking.prod.lunar.app/.well-known/openid-configuration. For reference I have added it below and I will ensure it get documented.
https://auth.sandbox.openbanking.prod.lunar.app/oauth2/auth
As documented in the Access Token page you need to perform an OAuth2 Authorization Code grant with client_secret_basic
. This is a standard authentication mechanism in the protocol and I will have to refer you to resources elsewhere on how to perform OAuth2.0 and OIDC flows. There are links in the documentation for additional resources that might guide you in the right direction.
Hello,
I have a few questions regarding the access tokens retrieval:
Thanks, Dimitar