You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reflect the changes to the wallet address response, the authorization server should update its routes to accept the tenantId in the path, its grants table to have a tenantId, and to retrieve the tenanted idpConsentUrl from the associated tenant to use for the grant response.
Add tenantId to grants table
Add /:tenantId to base paths for grant creation/continuation
Use tenanted Identity Provider when constructing redirect field for grant creation response
Use tenanted idpSecret when verifying requests made using the identity provider API.
To reflect the changes to the wallet address response, the authorization server should update its routes to accept the
tenantId
in the path, itsgrants
table to have atenantId
, and to retrieve the tenantedidpConsentUrl
from the associated tenant to use for the grant response.tenantId
togrants
table/:tenantId
to base paths for grant creation/continuationredirect
field for grant creation responseidpSecret
when verifying requests made using the identity provider API.Prerequisites
auth
tenants table #3113The text was updated successfully, but these errors were encountered: