diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-27 08:57:49 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-27 08:57:49 -0600 |
| commit | f7b7b7702ef5821f150481221fd71b256b845096 (patch) | |
| tree | 0cf8b6f4c60d869d90f3fb5813a82d8f3daa25c0 /bin/idp | |
| parent | 739ff3c99773e1310f403843fe5fac8059fb9fe6 (diff) | |
feat: add consistent header across services
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -228,6 +228,7 @@ module Authn <nav> <ul> <li><strong>IdP</strong></li> + <li><a href="http://ui.example.com:8080/">UI</a></li> </ul> </nav> @@ -340,6 +341,7 @@ module Authn <nav> <ul> <li><strong>IdP</strong></li> + <li><a href="http://ui.example.com:8080/">UI</a></li> </ul> </nav> @@ -653,6 +655,7 @@ module Authz <nav> <ul> <li><strong>IdP</strong></li> + <li><a href="http://ui.example.com:8080/">UI</a></li> </ul> </nav> @@ -745,6 +748,7 @@ class IdentityProvider <nav> <ul> <li><strong>IdP</strong></li> + <li><a href="http://ui.example.com:8080/">UI</a></li> </ul> <ul> <li><a href="/">Home</a></li> |
