Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Wallet Address Response to include tenant ids in AS and RS base paths #2917

Closed
njlie opened this issue Aug 28, 2024 · 1 comment · Fixed by #3152
Closed

Update Wallet Address Response to include tenant ids in AS and RS base paths #2917

njlie opened this issue Aug 28, 2024 · 1 comment · Fixed by #3152

Comments

@njlie
Copy link
Contributor

njlie commented Aug 28, 2024

In order to support multi-tenant Rafiki instances, the discovery response for wallet addresses need to be updated such that the authServer and resourceServer fields include the id of the wallet address' tenant in the base path. So for example, for a wallet address whose tenant has an id of 1234-1234 it should return:

{
  authServer: example.com/1234-1234
  resourceServer: example.com/1234-1234
}
@github-project-automation github-project-automation bot moved this to Backlog in Rafiki Aug 28, 2024
@mkurapov mkurapov linked a pull request Jan 20, 2025 that will close this issue
6 tasks
@mkurapov
Copy link
Contributor

Completed with #3114

@github-project-automation github-project-automation bot moved this from Backlog to Done in Rafiki Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants