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 single sign on documentation #792

Merged
merged 3 commits into from
May 2, 2024

Conversation

martinlagler
Copy link
Contributor

@martinlagler martinlagler commented Mar 15, 2024

Q A
Related PRs sulu/sulu#7262
License MIT

What's in this PR?

Documentation for Single Sign on configuration.

Why?

To document the new feature

@martinlagler martinlagler force-pushed the feature/single-sign-on branch from ba8ab91 to cc0707f Compare March 15, 2024 07:56
@Kurt108
Copy link

Kurt108 commented Apr 16, 2024

Is it possible to redirect every user to the IAM-system - no matter which e-mail they are entering for login?

@alexander-schranz
Copy link
Member

@Kurt108 not yet but think we could add support for something like a * domain it should be quiet easy to contribute if you want just something like this and add some tests to it:

Bildschirmfoto 2024-04-16 um 16 46 56

@Kurt108
Copy link

Kurt108 commented Apr 18, 2024

alright. I will upgrade our current installation and hope our developer can provide the contribution.

bundles/security/index.rst Outdated Show resolved Hide resolved
bundles/security/index.rst Outdated Show resolved Hide resolved
bundles/security/index.rst Outdated Show resolved Hide resolved
+ providers:
+ 'sulu.io':
+ dsn: 'openid://%env(resolve:SULU_OPEN_ID_CLIENT_ID)%:%env(resolve:SULU_OPEN_ID_CLIENT_SECRET)%@%env(resolve:SULU_OPEN_ID_ENDPOINT)%'
+ user_role: 'USER'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While write the blog post I'm asking if we should name this role or role_key. The user role entity is a different one 🤔 /cc @chirimoya @Prokyonn

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default_role, default_role_key?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think default_role_key is the most accurate, I'd go with that

@alexander-schranz alexander-schranz merged commit 45b5a6b into sulu:2.x May 2, 2024
1 check passed
Amoifr pushed a commit to Amoifr/sulu-docs that referenced this pull request Jul 31, 2024
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.

5 participants