Skip to content

Commit 651f981

Browse files
author
CI
committed
Authlete CI - 427d28ebd60cd7c945a00af00b453ca7c686b912
1 parent f252dc7 commit 651f981

File tree

3 files changed

+12
-35
lines changed

3 files changed

+12
-35
lines changed

api/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23981,8 +23981,6 @@ components:
2398123981
enum:
2398223982
- standard
2398323983
- standard+id_document
23984-
- null
23985-
nullable: true
2398623984
type: string
2398723985
attachment_type:
2398823986
description: |

docs/Service.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Name | Type | Description | Notes
9898
**SupportedIdentityDocuments** | Pointer to **[]string** | Identity documents supported by this service. This corresponds to the `id_documents_supported` [metadata](https://openid.net/specs/openid-connect-4-identity-assurance-1_0.html#rfc.section.7). | [optional]
9999
**SupportedVerificationMethods** | Pointer to **[]string** | Verification methods supported by this service. This corresponds to the `id_documents_verification_methods_supported` [metadata](https://openid.net/specs/openid-connect-4-identity-assurance-1_0.html#rfc.section.7). | [optional]
100100
**SupportedVerifiedClaims** | Pointer to **[]string** | Verified claims supported by this service. This corresponds to the `claims_in_verified_claims_supported` [metadata](https://openid.net/specs/openid-connect-4-identity-assurance-1_0.html#rfc.section.7). | [optional]
101-
**VerifiedClaimsValidationSchemaSet** | Pointer to [**NullableVerifiedClaimsValidationSchema**](VerifiedClaimsValidationSchema.md) | OIDC4IDA / verifiedClaimsValidationSchemaSet | [optional]
101+
**VerifiedClaimsValidationSchemaSet** | Pointer to [**VerifiedClaimsValidationSchema**](VerifiedClaimsValidationSchema.md) | OIDC4IDA / verifiedClaimsValidationSchemaSet | [optional]
102102
**Attributes** | Pointer to [**[]Pair**](Pair.md) | The attributes of this service. | [optional]
103103
**NbfOptional** | Pointer to **bool** | The flag indicating whether the nbf claim in the request object is optional even when the authorization request is regarded as a FAPI-Part2 request. The final version of Financial-grade API was approved in January, 2021. The Part 2 of the final version has new requirements on lifetime of request objects. They require that request objects contain an `nbf` claim and the lifetime computed by `exp` - `nbf` be no longer than 60 minutes. Therefore, when an authorization request is regarded as a FAPI-Part2 request, the request object used in the authorization request must contain an nbf claim. Otherwise, the authorization server rejects the authorization request. When this flag is `true`, the `nbf` claim is treated as an optional claim even when the authorization request is regarded as a FAPI-Part2 request. That is, the authorization server does not perform the validation on lifetime of the request object. Skipping the validation is a violation of the FAPI specification. The reason why this flag has been prepared nevertheless is that the new requirements (which do not exist in the Implementer's Draft 2 released in October, 2018) have big impacts on deployed implementations of client applications and Authlete thinks there should be a mechanism whereby to make the migration from ID2 to Final smooth without breaking live systems. | [optional]
104104
**IssSuppressed** | Pointer to **bool** | The flag indicating whether generation of the iss response parameter is suppressed. \"OAuth 2.0 Authorization Server Issuer Identifier in Authorization Response\" has defined a new authorization response parameter, `iss`, as a countermeasure for a certain type of mix-up attacks. The specification requires that the `iss` response parameter always be included in authorization responses unless JARM (JWT Secured Authorization Response Mode) is used. When this flag is `true`, the authorization server does not include the `iss` response parameter in authorization responses. By turning this flag on and off, developers of client applications can experiment the mix-up attack and the effect of the `iss` response parameter. Note that this flag should not be `true` in production environment unless there are special reasons for it. | [optional]
@@ -2561,16 +2561,6 @@ SetVerifiedClaimsValidationSchemaSet sets VerifiedClaimsValidationSchemaSet fiel
25612561

25622562
HasVerifiedClaimsValidationSchemaSet returns a boolean if a field has been set.
25632563

2564-
### SetVerifiedClaimsValidationSchemaSetNil
2565-
2566-
`func (o *Service) SetVerifiedClaimsValidationSchemaSetNil(b bool)`
2567-
2568-
SetVerifiedClaimsValidationSchemaSetNil sets the value for VerifiedClaimsValidationSchemaSet to be an explicit nil
2569-
2570-
### UnsetVerifiedClaimsValidationSchemaSet
2571-
`func (o *Service) UnsetVerifiedClaimsValidationSchemaSet()`
2572-
2573-
UnsetVerifiedClaimsValidationSchemaSet ensures that no value is present for VerifiedClaimsValidationSchemaSet, not even an explicit nil
25742564
### GetAttributes
25752565

25762566
`func (o *Service) GetAttributes() []Pair`

model_service.go

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)