Skip to content

Instantly share code, notes, and snippets.

New session - 2026-03-12T20:31:07.428Z

Session ID: ses_31c410f5bffec3gFEM4qx10bXi Created: 3/12/2026, 9:31:07 PM Updated: 3/12/2026, 9:43:18 PM


User

  • Shall i implement it?
  • No ...
@bretonium
bretonium / mos-websso.rst
Last active December 14, 2020 20:00
How to configure Mirantis OpenStack for WebSSO via Okta
  • To use openstack cli you need to switch it to using v3 API. Do this:
    1. cp openrc openrc.v3
    2. edit openrc.v3 and
      • add there this line: export OS_IDENTITY_API_VERSION=3
      • change OS_AUTH_URL to point to v3.
  • Create an identity provider

    openstack identity provider create idp_1 # idp_1 is an id. Use any you like. I like idp_1