mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 14:53:10 +00:00
service url context
This commit is contained in:
@@ -53,7 +53,11 @@ export default async function Page(props: {
|
||||
return loginFailed(branding, "IDP context missing");
|
||||
}
|
||||
|
||||
const intent = await retrieveIDPIntent({ host, id, token });
|
||||
const intent = await retrieveIDPIntent({
|
||||
serviceUrl: instanceUrl,
|
||||
id,
|
||||
token,
|
||||
});
|
||||
|
||||
const { idpInformation, userId } = intent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user