OpenID realm field for user authentication in packaged chrome app -


if i'm using google openid authenticate users packaged app need fill in openid realm field. problem have no clue enter. documentation sais:

in text field appears, enter realm app use query google's openid service. must same value of openid.realm field in authentication requests.

what should enter? can see/get value?

openid realm used when migrating openid 2.0 protocol openid connect.

basically if don't know specify there may leave blank, in general field value must correspond openid.realm request parameter (optional) when building authentication request google.

please, read migrating openid 2.0 openid connect , openid connect documents google identity platform section more details.

p.s. please, tag openid related question google-oauth label response ;)


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -