Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lapinek/85e84a8b102da054d372e0144eaa3fb7 to your computer and use it in GitHub Desktop.
Save lapinek/85e84a8b102da054d372e0144eaa3fb7 to your computer and use it in GitHub Desktop.
// Building authorization request.
let request = OIDAuthorizationRequest(
configuration: configuration,
clientId: clientId,
clientSecret: nil,
scopes: scopes,
redirectURL: redirectURI,
responseType: OIDResponseTypeCode,
additionalParameters: ["acr_values": "persistent-cookie"]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment