169 похожих чатов

Why some site like google has separate page for username/email

and password?

21 ответов

83 просмотра

It is because of federated auth, where you just need the email to redirect to the SAML service. Otherwise you type password

Mr-Thieves Автор вопроса
D
It is because of federated auth, where you just ne...

so for when we just need password and nothing else we should use in same page right?

D
It is because of federated auth, where you just ne...

I think that's not what they're talking about. They're asking why does when you sign into gmail, the site (gmail.com / google) first asks you for your username on one page/form, then for the password on another.

Thomas
That makes sense heh

Isn't federated auth for when a site other than google wants to use google login?it wouldn't make much sense that google uses it on their own site

Bread pup ▲⬤ ×▫︎
Isn't federated auth for when a site other than go...

Google uses Google as an idp in the same way federated auth works with 3rd party oauth providers

Mr-Thieves Автор вопроса
Bread pup ▲⬤ ×▫︎
I think that's not what they're talking about. The...

exactly. i want to know why. for security? like hacking account or for better design (ui/ux) or aniother reason

Raptor Blue Bear
Google uses Google as an idp in the same way feder...

Ok. Still doesn't answer why google separates its login page into 2 forms (1 for username, 1 for password), which probably is just some ux sillyness.

Bread pup ▲⬤ ×▫︎
Ok. Still doesn't answer why google separates its ...

Google can use another identity provider to authenticate. When you type in your username, it detects if it needs to redirect you to a third party IDP. This is usually used in enterprise settings.

Bread pup ▲⬤ ×▫︎
Ok. Still doesn't answer why google separates its ...

Simple, it doesn't know which IdP to use until you've supplied it with your username

TL;DR: if you don't know why, don't split them into two pages. You will know if you need to

Mr-Thieves Автор вопроса
Thomas
TL;DR: if you don't know why, don't split them int...

but i want to know now. i don't know when and how i will know about that

Mr Thieves
but i want to know now. i don't know when and how ...

When your login page needs to redirect the user to other login pages based on the users' email

Mr-Thieves Автор вопроса
Thomas
When your login page needs to redirect the user to...

why someone need do that. when we use our own auth why should i split it two separate page.

Mr-Thieves Автор вопроса

and for example if i need google auth, github auth and anything like that i will use another button for each one of them

Thomas
Yes, but Google auth isn't Google auth

It's: * Google (personal account) * Google business account for @company-x.com (own server) * Google business account for @company-y.com (own server) * ...

Mr-Thieves Автор вопроса
Thomas
It's: * Google (personal account) * Google busines...

so when we enter our email then google will know which page should redirect right?

Похожие вопросы

Обсуждают сегодня

Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Коллеги, я тут для личных нужд пошел ставить MQTT сервер, пощупал mosquitto, но ужаснулся отсутствию такой банальности, как HTTP API для посмотреть список топиков. А тут что,...
Maksim Lapshin
14
#include <stdio.h> #include <stdlib.h> #include <time.h> void mass_first_generate(int mass[5][7]) {     for (int N = 0; N < 5; N++) {         for (int A = 0; A < 7; A++) {   ...
Чувак
6
Всем привет! Решаю 99 OCaml Problems и столкнулся со следующей проблемой (прошу палками не забивать, я OCaml практически не трогал до этого момента): open OUnit2 let create_...
К|/|pи/\/\ 6е3yглbIи
2
Ну вот просто даже давайте вот как. Какой нибудь конкретный кейс, можете в пример привести, где бч работает и приносит прикладную пользу, а не просто что бы было? Не крипту.
Alexander Andreev
22
https://www.linkedin.com/posts/ugama-benedicta-kelechi-codergirl-103041300_mobiledevelopment-fluttertraining-handsonlearning-activity-7263445699227254784-IdHB?utm_source=share...
CoderGirl
16
возможно ли как-то передать в электрон или таури медиа поток с рендера 2д движка? двиг запускается как dll, а дальше надо как-то отправлять рендер кодировать не подходит, зр...
Kyle Nekto
7
Помогите пожалуйста. Делаю систему плагинов. Проблема сейчас в такая: плагины загружаются в основном потоке. FLibHandle := SafeLoadLibrary(FFileName) Но нужно еще выполнить фу...
Илья 🤣
10
Точно, оно. У тебя там имена потоков выставляются?
Александр (Rouse_) Багель
11
объясните пожалуйста, почему функция не работает должным образом? вроде должно брать активное окно сравнивать его размер с размером экрана, и если есть совпадение = true прове...
JF
12
Карта сайта