@sourceloop/authentication-service / Exports / IdpConfiguration
Class: IdpConfiguration¶
Hierarchy¶
-
CoreModel<IdpConfiguration>↳
IdpConfiguration
Table of contents¶
Constructors¶
Properties¶
- authorization_endpoint
- end_session_endpoint
- id_token_signing_alg_values_supported
- issuer
- jwks_uri
- response_types_supported
- scopes_supported
- token_endpoint
- token_endpoint_auth_methods_supported
- userinfo_endpoint
Constructors¶
constructor¶
• new IdpConfiguration(data?)
Parameters¶
| Name | Type |
|---|---|
data? |
Partial<IdpConfiguration> |
Inherited from¶
CoreModel<IdpConfiguration>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
authorization_endpoint¶
• authorization_endpoint: string
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:15
end_session_endpoint¶
• end_session_endpoint: string
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:22
id_token_signing_alg_values_supported¶
• id_token_signing_alg_values_supported: string[]
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:30
issuer¶
• issuer: string
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:37
jwks_uri¶
• jwks_uri: string
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:44
response_types_supported¶
• response_types_supported: string[]
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:52
scopes_supported¶
• scopes_supported: string[]
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:60
token_endpoint¶
• token_endpoint: string
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:67
token_endpoint_auth_methods_supported¶
• token_endpoint_auth_methods_supported: string[]
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:75
userinfo_endpoint¶
• userinfo_endpoint: string
Defined in¶
services/authentication-service/src/modules/auth/models/idp-configuration.dto.ts:82