-
Notifications
You must be signed in to change notification settings - Fork 13
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
SSO SAML with Keycloak #6
Comments
Hello! Thank you for your tutorial.
|
I fixed the text. The Do know that this is quite basic knowledge for Keycloak-administration. I therefore strongly suggest you read a bit further, to prevent from making some serious mistakes. |
@VincentSC I want to add additional parameters during SSO login, such as |
@YuanZhencai I don't know, as I'm not using that myself. Sorry. |
Generally works. Not done yet:
Keycloak
Settings:
https://<domain>/sso/metadata
OnlyOffice
https://<domain>/sso/acs
https://<domain>/sso/acs
https://<domain>/sso/acs
https://<domain>/sso/slo/callback
email
RSA_SHA256
(or RSA_SHA512)Keys:
Client Scopes:
https://<domain>/sso/metadata-dedicated
OnlyOffice
https://<keycloak-base>/realms/master/protocol/saml/descriptor
email
rsa-sha256
(same as configured in Keycloak)-----BEGIN CERTIFICATE-----
,-----END CERTIFICATE-----,
-----BEGIN RSA PRIVATE KEY-----and
-----END RSA PRIVATE KEY-----`, else OnlyOffice will not accept.urn:oid:2.5.4.42
urn:oid:2.5.4.4
urn:oid:1.2.840.113549.1.9.1
Debugging
In onlyoffice-community-server you'll find the only interesting logging:
Feedback welcome on:
The text was updated successfully, but these errors were encountered: