We are working on SaaS application development on SAP BTP ,facing very strange issue ,with new subaccounts ,after publishing our application through SaaS registry service and implementation of all call backs and including dependency call back ,when we are creating a new Tenant Subaccount and doing a subscription facing issue in login steps below ---
- subscription is working fine and able to generate tenant specific url.
- When user login to application unbale to call any backend service api via logged in User as XSUAA is unable to authenticate as JWT signature is not valid -
"<error_description>Cannot verify signature of access token</error_description> invalid_token"
- Same workflow works fine with old subaccounts created some time back for testing purposes.
- Facing issue with newly created Subaccounts for tenant.
Please help.
Thanks, Siddharth