Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new feature integrated with OIDC compatible #205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jason-webcomm
Copy link

he new ZITI_BROWZER_BOOTSTRAPPER_TARGETS as below

ZITI_BROWZER_BOOTSTRAPPER_TARGETS=' {
"targetArray": [
{
"vhost": "${ZITI_BROWZER_VHOST}",
"service": "${ZITI_BROWZER_SERVICE}",
"path": "/",
"scheme": "http",
"idp_issuer_base_url": "${ZITI_BROWZER_OIDC_URL}",
"idp_client_id": "${ZITI_BROWZER_CLIENT_ID}",
"idp_type": "OIDC",
"idp_authorization_endpoint": "${ZITI_BROWZER_AUTH_ENDPOINT}",
"idp_token_endpoint": "${ZITI_BROWZER_TOKEN_ENDPOINT}",
"idp_userinfo_endpoint": "${ZITI_BROWZER_USERINFO_ENDPOINT}",
"idp_issuer": "${ZITI_BROWZER_ISSUER}",
"idp_jwks_uri": "${ZITI_BROWZER_JWKS_URI}",
"idp_scopes": ["${ZITI_BROWZER_SCOPE}"]
}
]
}'

@dovholuknf
Copy link
Member

@rentallect -- any thoughts on this? @jason-webcomm thanks for the pr... end of year is a "down time" for us :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants