---
title: issuer
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationproviderextensionloginconfiguration/issuer
---

# issuer

The issuer of the identity token that the identity provider returns.

## Declaration

```swift
var issuer: String { get }
```

## Mentioned in

Processing the JSON Web Encryption (JWE) login response

## See Also

### Obtaining the required configuration

- [audience](authenticationservices/asauthorizationproviderextensionloginconfiguration/audience.md)
- [clientID](authenticationservices/asauthorizationproviderextensionloginconfiguration/clientid.md)
- [jwksEndpointURL](authenticationservices/asauthorizationproviderextensionloginconfiguration/jwksendpointurl.md)
- [tokenEndpointURL](authenticationservices/asauthorizationproviderextensionloginconfiguration/tokenendpointurl.md)
