Skip to content

Instantly share code, notes, and snippets.

Amazon Cognito セットアップ % AWS CloudFormation + IAM

  • 日付: 2018/11/26

概要

Amazon Cognito の構築を AWS CloudFormation(cfn) を使って行ってみる。

Amazon Cognito セットアップ % AWS CloudFormation + IAM

  • 日付: 2018/11/26

概要

Amazon Cognito の構築を AWS CloudFormation(cfn) を使って行ってみる。

OpenID Connect 調査メモ

  • 初稿: 2018/11/20
  • 更新: 2018/11/21

概略

認証基盤技術の導入向け調査・検証のメモ。

  • 調査対象: 現在主流の認証基盤の OpenID Connect と、これまでに認証基盤に対応してきた OpenAM, KeyCloak, Amazon Cognito などのソリューション。
@nicdk
nicdk / vagrant-box-keycloak_20181119.md
Last active November 19, 2018 08:18
vagrant-box-keycloak_20181119

KeyCloak を vagrant で動かす

  • 初稿: 2018/11/19

材料

  • keycloak
  • java

手順メモ

vagrant-box-serverspec memo

% vagrant init -m centos/7
%cat Vagrantfile
Vagrant.configure("2") do |config|
  config.vm.box = "centos/7"
end
@nicdk
nicdk / atom-keymap_20180709.md
Created July 9, 2018 07:45
Atom の Keymap で設定している ctrl-*

改行、タブ入力、yank とSKK 絡み。


'atom-text-editor':
  'ctrl-m': 'editor:newline'
  'ctrl-i': 'editor:indent'
  'ctrl-y': 'core:paste'
  'ctrl-j': 'unset!'
 'ctrl-shift-j': 'unset!'
@nicdk
nicdk / happy-wallet-mockup.markdown
Last active May 2, 2018 08:18
happy-wallet-mockup
@nicdk
nicdk / README.md
Last active August 18, 2016 05:51 — forked from ma11hew28/README.md
Homebrew Meteor Formula

Homebrew Meteor Formula

To install Meteor with the Homebrew formula [below][3], run:

brew install https://gist.github.com/nicdk/bac3b9458859848f4b8ead44dc54b396/raw/d1246b67b1e14931ffffb0f1004d340d5d353760/meteor.rb

This Homebrew Meteor Formula is based on https://install.meteor.com.