Skip to content

Commit

Permalink
Merge pull request #17 from authlete/add/service-attributes
Browse files Browse the repository at this point in the history
Update service dto
  • Loading branch information
YoloZoloo authored Jul 3, 2024
2 parents f273ea4 + 26c6f25 commit 2f30d88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Go 用 Authlete ライブラリ

[Authlete](https://www.authlete.com/ja/) Web API 用の公式 Go ライブラリです。

*こちらのライブラリの代替として、https://github.com/authlete/openapi-for-go を推奨いたします。*

ライセンス
----------

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Overview
This is the official Go library for [Authlete](https://www.authlete.com/)
Web APIs.

*We strongly recommend the use of https://github.com/authlete/openapi-for-go instead of authlete-go*

License
-------

Expand Down
6 changes: 5 additions & 1 deletion dto/service.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (C) 2019-2023 Authlete, Inc.
// Copyright (C) 2019-2024 Authlete, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -374,4 +374,8 @@ type Service struct {

// aud type of id token.
IdTokenAudType types.IdTokenAudType `json:"idTokenAudType,omitempty"`

RequestObjectAudienceChecked bool `json:"requestObjectAudienceChecked,omitempty"`

UnauthorizedOnClientConfigSupported bool `json:"unauthorizedOnClientConfigSupported,omitempty"`
}

0 comments on commit 2f30d88

Please sign in to comment.