albatrosary's blog

UI/UXとエンタープライズシステム

Auth0

Auth0 の Management API で User create エラーのとき

400 Cannot set username for connection without requires_username. のエラーはこれの設定ができてない。スイッチ入れてね

Angular で Management API を叩く

Note though that usually the end user would not call that management API himself, but that would be a call from your backend to the Management API, where your backend would fetch the access token for it via Client Credentials Grant (M2M / …

Auth0 で予め登録したユーザのみログインさせる

認証プラットフォーム Auth0 ってソーシャルログイン前提と勝手に思ってたが、予め登録したユーザのみログイン許可することもできる。Twitterで呟いたらフォローしてもらえました。ありがとうございました。 Social Connection の場合はルールで対応 Auth0 …