Skip to content

Commit

Permalink
add sample icons for omniauth strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Apr 25, 2024
1 parent f8ba9ae commit 36fb34d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/packs/images/icon-circle-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-lock-locked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-people.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-person.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/icon-verified-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ default: &default
scope: <%= ENV["OMNIAUTH_FC_SCOPE"] %>
imt:
enabled: <%= ENV["OMNIAUTH_IMT_IDP_SSO_SERVICE_URL"].present? %>
icon_path: <%= ENV["OMNIAUTH_IMT_ICON_PATH"] %>
issuer: <%= ENV["OMNIAUTH_IMT_ISSUER"] %>
assertion_consumer_service_url: <%= ENV["OMNIAUTH_IMT_ASSERTION_CONSUMER_SERVICE_URL"] %>
sp_entity_id: <%= ENV["OMNIAUTH_IMT_SP_ENTITY_ID"] %>
Expand Down

0 comments on commit 36fb34d

Please sign in to comment.