---
title: "init(identityProvider:)"
framework: authenticationservices
role: symbol
role_heading: Initializer
path: "authenticationservices/asauthorizationsinglesignonprovider/init(identityprovider:)"
---

# init(identityProvider:)

Creates a single sign-on (SSO) authorization provider.

## Declaration

```swift
convenience init(identityProvider url: URL)
```

## Parameters

- `url`: The URL of the identity provider.

## Return Value

Return Value A single sign-on authorization provider.
