(Syntax: Python)
user_identifier = session(‘user.email’)
The scope of the preceding registration session:
…
client_kwargs={
“scope”: “openid profile email”,
},
…
(Syntax: Python)
user_identifier = session(‘user.email’)
The scope of the preceding registration session:
…
client_kwargs={
“scope”: “openid profile email”,
},
…
Hi there @smccarthyml welcome to the community!
Can you let us know which SDK you are using, if any? The more detailed information you can provide about your environment the better.