You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation here mentions that we are supposed to provide authPageUrl, callbackPageUrl and queryStringParams. What is the purpose of these, can you please elaborate in detail?
We are supposed to add Identity Providers ids (example aruba, infocert etc). How to obtain these ids? Are they unique for everyone who wants to integrate SPID in their app or we need to contact these Identity Providers in order to obtain ids?
The text was updated successfully, but these errors were encountered:
Hi Nikhil,
this SDK works with a SPID web application which must already exist on your service provider and must be federated with the various Identity Providers.
authPageUrl: it is the SPID login URL of the service provider
queryStringParams: these are the parameters needed for authPageUrl (e.g., id of the Identity Providers)
callbackPageUrl: it is the redirect URL called after finishing the login process
Identity Providers ids are defined by the service provider web application, and they must be the same.
Ciao Daniele, potresti farmi un'esempio un po più dettagliato?
Dove posso ottenere questi 3 link?
static let authPageUrl = ""
static let callbackPageUrl = ""
static let queryStringParams = ""
per gli identityprovider invece questo codice è corretto?
authPageUrl
,callbackPageUrl
andqueryStringParams
. What is the purpose of these, can you please elaborate in detail?The text was updated successfully, but these errors were encountered: