mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:52:24 +00:00
log on server
This commit is contained in:
@@ -60,6 +60,8 @@ export async function createNewSessionForIdp(options: CreateNewSessionCommand) {
|
|||||||
return { error: "Could not create session" };
|
return { error: "Could not create session" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("sessionForIdp", session, authRequestId, session.id);
|
||||||
|
|
||||||
const url = await getNextUrl(
|
const url = await getNextUrl(
|
||||||
authRequestId && session.id
|
authRequestId && session.id
|
||||||
? {
|
? {
|
||||||
|
|||||||
Reference in New Issue
Block a user