service url context

This commit is contained in:
Max Peintner
2025-01-28 16:56:31 +01:00
parent ad0397af7c
commit e8900501b9
8 changed files with 183 additions and 197 deletions

View File

@@ -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;