Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureADB2CのAPIエンドポイントのURIをMarisと統一する #1329

Open
2 tasks
KentaHizume opened this issue Oct 4, 2024 · 0 comments · May be fixed by #1759
Open
2 tasks

AzureADB2CのAPIエンドポイントのURIをMarisと統一する #1329

KentaHizume opened this issue Oct 4, 2024 · 0 comments · May be fixed by #1759
Assignees
Labels
target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある 内部の改善 機能更新やドキュメント更新ではない改善
Milestone

Comments

@KentaHizume
Copy link
Contributor

KentaHizume commented Oct 4, 2024

概要

AzureADB2CサンプルのAPIのURIについて、
(Maia)/api/user
(Maris)/api/users
という差異がある。
このことによって、自動生成されるクライアントコードに差分が出ており、
これを呼び出すsrc/api-client/index.ts
が共通化できないので、URIを共通化する。

詳細 / 機能詳細(オプション)

APIのURIにはリソース名の複数形を使用することが一般的なはずなので、
Maris側(users)に合わせることを想定。

完了条件

  • MaiaとMarisでAPIのURIが共通化されること
  • src/api-client/index.ts について、共通のファイルを使えるようになること
@KentaHizume KentaHizume added target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある 内部の改善 機能更新やドキュメント更新ではない改善 labels Oct 4, 2024
@KentaHizume KentaHizume added this to the v1.0 milestone Oct 4, 2024
@KentaHizume KentaHizume modified the milestones: v1.0, v0.9.1 Oct 7, 2024
@tsuna-can-se tsuna-can-se modified the milestones: v0.9.2, v1.0 Oct 23, 2024
@KentaHizume KentaHizume modified the milestones: v1.0.0, v1.1.0 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある 内部の改善 機能更新やドキュメント更新ではない改善
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants